land: Cleanup configurations
This commit is contained in:
parent
1fd23e307f
commit
371b2f3fea
6 changed files with 2 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
|||
# Bootloader
|
||||
TARGET_BOOTLOADER_BOARD_NAME := MSM8937
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# GPS
|
||||
USE_DEVICE_SPECIFIC_GPS := true
|
||||
USE_DEVICE_SPECIFIC_LOC_API := true
|
||||
TARGET_NO_RPC := true
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# Keystore
|
||||
TARGET_KEYMASTER_WAIT_FOR_QSEE := true
|
||||
TARGET_PROVIDES_KEYMASTER := true
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.frp.pst=/dev/block/bootdevice/by-name/config
|
|
@ -1,4 +0,0 @@
|
|||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml
|
|
@ -3,7 +3,7 @@ PRODUCT_PACKAGES += \
|
|||
libshims_camera \
|
||||
libshim_ims_camera
|
||||
|
||||
# ZRAM
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
camera.hal1.packagelist=com.skype.raider,com.google.android.talk \
|
||||
media.camera.ts.monotonic=0 \
|
||||
|
|
Loading…
Reference in a new issue