vendor: Move to PRODUCT_DEFAULT_PROPERTY_OVERRIDES
Change-Id: I96c4da13c0f15795432eef7af24a21e7a5903cd4
This commit is contained in:
committed by
Dan Pasanen
parent
75a79d6889
commit
c22b0dcf34
@@ -28,14 +28,14 @@ endif
|
||||
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
# Enable ADB authentication
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.adb.secure=1
|
||||
endif
|
||||
|
||||
ifeq ($(BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE),)
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.device.cache_dir=/data/cache
|
||||
else
|
||||
ADDITIONAL_DEFAULT_PROPERTIES += \
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.device.cache_dir=/cache
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user