71 lines
1.5 KiB
Makefile
71 lines
1.5 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 \
|
|
gcamphotospreview-common \
|
|
eSpeakTTS \
|
|
Launcher \
|
|
com.saggitt.omega \
|
|
omega \
|
|
Dialer \
|
|
Seedvault \
|
|
bromite-webview \
|
|
FileManager \
|
|
LeOS-Droid \
|
|
DocumentsUI \
|
|
Wallpaper \
|
|
TrebleApp \
|
|
SettingsIntelligence \
|
|
OpenEUICC \
|
|
Contacts \
|
|
LineageSetupWizard \
|
|
LineageBlackTheme \
|
|
GCamPhotosPreview \
|
|
com.leos.icons \
|
|
LeOS-Icons \
|
|
LeOS-Contacts \
|
|
LeOS-Phone \
|
|
com.goodwy.contacts \
|
|
com.goodwy.dialer \
|
|
ruffy \
|
|
org.monkey.d.ruffy.ruffy \
|
|
com.eveningoutpost.dexdrip \
|
|
xdrip \
|
|
|
|
|
|
|
|
#### 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 \
|
|
|
|
|
|
# Themes
|
|
PRODUCT_PACKAGES += \
|
|
LineageBlackTheme \
|
|
|
|
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
|
|
|