aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2019-12-10 10:29:36 +0300
committermosimchah <mosimchah@gmail.com>2019-12-14 19:35:01 -0500
commitd077e40824cda009f955372457e89c5aba8b57df (patch)
tree7fc436e695c7a226a8d71ce96aeea65f99a9e953
parente6613b7528726afdcf433c26cdb92bb47f7f062e (diff)
tinicompress: Switch to aicp soong variableHEADq10.0
Change-Id: I38d96ef0d34534e6ff2a909e100fad8ce24f66b0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index abdcea7..c48fca4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,7 +21,7 @@ cc_library_shared {
"generated_kernel_headers",
],
product_variables: {
- lineage: {
+ aicp: {
supports_extended_compress_format: {
cflags: ["-DENABLE_EXTENDED_COMPRESS_FORMAT"],
},