aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/AnalysisPhaseStartedEvent.java
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-05-11 09:00:51 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-11 12:49:01 +0000
commitca96e111f0e22bd50a2a12ca3d53e4bcba8221c8 (patch)
treedd3354c02105a562abf91aad15f61e67c685cb17 /src/main/java/com/google/devtools/build/lib/analysis/AnalysisPhaseStartedEvent.java
parent5c0e4b2c64e9c9ccf80607ce4d8855ad032c302f (diff)
Get the code cache directory for stub application from the Context instead of hard-coding it and move the incremental deployment directory from /sdcard/incrementaldeployment to /data/local/tmp/incrementaldeployment.
The first is necessary because if the app is not run under the default user profile (e.g. Android For Work), the default location is not writable, thus, sadness, the second is necessary because /sdcard is not accessible from the non-default profile. This also makes it possible to eventually install .so files there, because the +x bit can be set under /data/local/tmp (unlike under /sdcard). -- MOS_MIGRATED_REVID=93287264
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/AnalysisPhaseStartedEvent.java')
0 files changed, 0 insertions, 0 deletions