aospa: build Paranoid SystemUI
Change-Id: I490ee7968c3cb855eae09d2175429433521792c8
This commit is contained in:
parent
99d78a21a0
commit
15c966c916
|
@ -50,7 +50,7 @@
|
|||
<item>"/system/system_ext/lib64/liblayerext.qti.so"</item>
|
||||
<item>"/system/system_ext/lib64/libpenguin.so"</item>
|
||||
<item>"/system/system_ext/lib64/libpenguin_impl.so"</item>
|
||||
<item>"/system/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
||||
<item>"/system/system_ext/priv-app/ParanoidSystemUI/ParanoidSystemUI.apk"</item>
|
||||
<item>"/vendor/lib/libcamxexternalformatutils.so"</item>
|
||||
<item>"/vendor/lib/libipebpsstriping170.so"</item>
|
||||
<item>"/vendor/lib/libipebpsstriping.so"</item>
|
||||
|
|
|
@ -27,10 +27,4 @@
|
|||
increase the rate of unintentional unlocks. -->
|
||||
<bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
|
||||
|
||||
<!-- SystemUIFactory component -->
|
||||
<!--<string name="config_systemUIFactoryComponent" translatable="false">co.aospa.android.systemui.AospaSystemUIFactory</string>-->
|
||||
|
||||
<!-- SystemUI vendor service, used in config_systemUIServiceComponents. -->
|
||||
<!--<string name="config_systemUIVendorServiceComponent">co.aospa.android.systemui.AospaServices</string>-->
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -72,7 +72,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Pre-optimization
|
||||
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
||||
SystemUI
|
||||
ParanoidSystemUI
|
||||
|
||||
# Compile SystemUI on device with `speed`.
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
|
@ -57,6 +57,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
ParanoidThemePicker
|
||||
|
||||
# Paranoid SystemUI
|
||||
PRODUCT_PACKAGES += \
|
||||
ParanoidSystemUI
|
||||
|
||||
# Gestures
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.aospa.power-service
|
||||
|
|
Loading…
Reference in New Issue