27 lines
986 B
Diff
27 lines
986 B
Diff
|
From b5cb1fd451c76e9125d36eb9e2b492be10820909 Mon Sep 17 00:00:00 2001
|
|||
|
From: harvey186 <harvey186@hotmail.com>
|
|||
|
Date: Wed, 16 Oct 2024 08:34:42 +0200
|
|||
|
Subject: [PATCH] build_make__legacy
|
|||
|
|
|||
|
Change-Id: Ifc1873fcf67da5c7032d90c693608c20effa4cc7
|
|||
|
---
|
|||
|
target/product/updatable_apex.mk | 2 +-
|
|||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|||
|
|
|||
|
diff --git a/target/product/updatable_apex.mk b/target/product/updatable_apex.mk
|
|||
|
index 8357fdf..998ae08 100644
|
|||
|
--- a/target/product/updatable_apex.mk
|
|||
|
+++ b/target/product/updatable_apex.mk
|
|||
|
@@ -17,7 +17,7 @@
|
|||
|
# com.android.apex.cts.shim.v1_prebuilt overrides CtsShimPrebuilt
|
|||
|
# and CtsShimPrivPrebuilt since they are packaged inside the APEX.
|
|||
|
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
|
|||
|
-PRODUCT_SYSTEM_PROPERTIES := ro.apex.updatable=true
|
|||
|
+#PRODUCT_SYSTEM_PROPERTIES := ro.apex.updatable=true
|
|||
|
|
|||
|
# Use compressed apexes in pre-installed partitions.
|
|||
|
# Note: this doesn't mean that all pre-installed apexes will be compressed.
|
|||
|
--
|
|||
|
2.34.1
|
|||
|
|