diff options
author | Daniel Chapin <chapin@google.com> | 2022-01-24 16:39:59 +0000 |
---|---|---|
committer | Daniel Chapin <chapin@google.com> | 2022-01-24 16:39:59 +0000 |
commit | 3582713a62a95f02b5c4d5ac32aeaf63ed28be20 (patch) | |
tree | b2e438fa336a11d2445e9372790cd30b139677db /common | |
parent | 0e10670900215ab1e45621a4b15cafa4c59ff8c8 (diff) |
Revert "Enable SystemUI R8 optimizations for Pixel"
This reverts commit 0e10670900215ab1e45621a4b15cafa4c59ff8c8.
Reason for revert: Droidfood blocking bug: 216055443
Change-Id: I24b5a042b3c4476cb0c6ab0039f34446e2b38f2b
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 82c8ebc..7af77de 100644 --- a/common/pixel-common-device.mk +++ b/common/pixel-common-device.mk @@ -25,7 +25,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 |