summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author Dario Freni <dariofreni@google.com> 2019-04-26 13:06:22 +0100
committer Dario Freni <dariofreni@google.com> 2019-04-29 17:35:16 +0100
commit2ce84341de24a60d815506ce906ecf529fd02e7c (patch)
treeb1211ccaa6741df935027580b36e140b2284c898 /Android.bp
parent87dbdeab7be5e7e82c6928987e684cc509c0d3bb (diff)
Use updatable sysprop to for enabling APEX mgmt
This should prevent unnecessary communication with apexd on devices that don't support APEX package management. Bug: 130623080 Test: CTS tests on marlin (no APEX support) and cuttlefish Change-Id: Ic5fdb088aa1530b3c5aecbd5abd3d794a364c775
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0fcc0d501a1d..abf95a8ebc58 100644
--- a/Android.bp
+++ b/Android.bp
@@ -687,6 +687,7 @@ java_defaults {
"core/java/com/android/server/DropboxLogTags.logtags",
"core/java/org/chromium/arc/EventLogTags.logtags",
+ ":apex-properties",
":platform-properties",
":framework-statslog-gen",
@@ -1834,4 +1835,4 @@ aidl_mapping {
name: "framework-aidl-mappings",
srcs: [":framework-defaults"],
output: "framework-aidl-mappings.txt"
-} \ No newline at end of file
+}