diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2022-01-24 18:52:19 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-01-24 18:52:19 +0000 |
commit | 43b139e3db34c3e5fffa99c1b38542a075287f5e (patch) | |
tree | 48d1015aaf220020bb632d54671614d55385a6cc /common | |
parent | 82fedcce819270aba4954967943d3c79004e54fa (diff) | |
parent | 3582713a62a95f02b5c4d5ac32aeaf63ed28be20 (diff) |
Merge "Revert "Enable SystemUI R8 optimizations for Pixel""
Diffstat (limited to 'common')
-rw-r--r-- | common/pixel-common-device.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/pixel-common-device.mk b/common/pixel-common-device.mk index e04d772..d3f3a80 100644 --- a/common/pixel-common-device.mk +++ b/common/pixel-common-device.mk @@ -26,7 +26,3 @@ BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/wifi_sniffer PRODUCT_PACKAGES_DEBUG += wifi_perf_diag BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/wifi_perf_diag - -# Enable whole-program R8 Java optimizations for SystemUI, but also -# allow explicit overriding for testing and development. -SYSTEMUI_OPTIMIZE_JAVA ?= true |