commit | 5eebb5ebb2972cdc36266d825e344dd1f50f57c9 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Fri Sep 20 01:12:11 2019 +0300 |
committer | rohan <purohit.rohan@gmail.com> | Tue Dec 10 01:35:04 2019 -0500 |
tree | 42d59c4e40443aed3a85699eaeb9418a010bffca | |
parent | 41d822fd7edfe1e629cdebe5645dab41ea4efb59 [diff] |
tinycompress: Conditionally enable extended compress format Change-Id: Iac589fcc06bd7cea544475f7d82eaf4af8af2348
diff --git a/Android.bp b/Android.bp index e79b204..940855c 100644 --- a/Android.bp +++ b/Android.bp
@@ -20,6 +20,13 @@ header_libs: [ "generated_kernel_headers", ], + product_variables: { + bliss: { + supports_extended_compress_format: { + cflags: ["-DENABLE_EXTENDED_COMPRESS_FORMAT"], + }, + }, + }, } cc_binary {