summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/apex/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 0c37c1f262..080b589883 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -300,6 +300,7 @@ art_apex {
name: "com.android.art",
defaults: ["com.android.art-device-defaults"],
certificate: ":com.android.art.certificate",
+ updatable: false,
}
// "Debug" version of the ART APEX module (containing both release and
@@ -309,6 +310,7 @@ art_apex {
name: "com.android.art.debug",
defaults: ["com.android.art-devel-defaults"],
certificate: ":com.android.art.certificate",
+ updatable: false,
}
// ART gtests with dependencies on internal ART APEX libraries.
@@ -347,6 +349,7 @@ art_apex_test {
certificate: ":com.android.art.certificate",
tests: art_gtests,
binaries: ["signal_dumper"], // Need signal_dumper for run-tests.
+ updatable: false,
}
// TODO: Do this better. art_apex_test_host will disable host builds when
@@ -362,6 +365,7 @@ art_apex_test_host {
host_supported: true,
device_supported: false,
manifest: "manifest-art.json",
+ updatable: false,
java_libs: libcore_java_libs + art_java_libs,
ignore_system_library_special_case: true,
native_shared_libs: art_runtime_base_native_shared_libs +