56 lines
1.3 KiB
Makefile
56 lines
1.3 KiB
Makefile
#prebuilts
|
|
PRODUCT_PACKAGES += \
|
|
me.phh.superuser \
|
|
com.menny.android.anysoftkeyboard \
|
|
com.qualcomm.location \
|
|
com.aurora.services \
|
|
org.fdroid.fdroid.privileged \
|
|
org.bromite-webview \
|
|
com.paranoid.ParanoidWallpapers \
|
|
GmsCore \
|
|
GsfProxy \
|
|
FakeStore \
|
|
com.google.android.maps.jar \
|
|
AuroraServices \
|
|
FDroidPrivilegedExtension \
|
|
MozillaNlpBackend \
|
|
NominatimNlpBackend \
|
|
BrowserWebView \
|
|
eSpeakTTS \
|
|
Launcher \
|
|
com.saggitt.omega \
|
|
omega \
|
|
Dialer \
|
|
Seedvault \
|
|
bromite-webview \
|
|
FileManager \
|
|
LeOS-Droid \
|
|
DocumentsUI \
|
|
Wallpaper \
|
|
TrebleApp \
|
|
Camera \
|
|
OpenEUICC \
|
|
Contacts \
|
|
|
|
|
|
#### aptX files LeOS Changes
|
|
#PRODUCT_COPY_FILES += \
|
|
# vendor/LeOS/libaptX_encoder.so:system/lib64/libaptX_encoder.so \
|
|
# vendor/LeOS/libaptXHD_encoder.so:system/lib64/libaptXHD_encoder.so \
|
|
# vendor/LeOS/libaptX_encoder32.so:system/lib/libaptX_encoder.so \
|
|
# vendor/LeOS/libaptXHD_encoder32.so:system/lib/libaptXHD_encoder.so \
|
|
# vendor/LeOS/libperipheral_client.so:system/lib64/libperipheral_client.so \
|
|
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
AndroidBlackThemeOverlay=true \
|
|
org.lineageos.overlay.customization.blacktheme=true \
|
|
com.android.system.theme.black=true
|
|
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
Settings.Secure.UI_NIGHT_MODE=2
|
|
|
|
PRODUCT_PACKAGES += \
|
|
bootanimation.zip
|
|
|