sanders: Switch to TARGET_FS_CONFIG_GEN for fs_config
* On Oreo, android_filesystem_config is generated by a python script that provides a nice way to add AIDs without overriding any header. * Switch AID values from 9xxx to 5xxx since accepted ranges for OEMs are only 5000-5999 and 2900-2999 * Remove fs_config_files since it is already in embedded.mk
This commit is contained in:
@@ -20,7 +20,10 @@ DEVICE_PATH := device/motorola/sanders
|
||||
|
||||
BOARD_VENDOR := motorola-qcom
|
||||
|
||||
TARGET_SPECIFIC_HEADER_PATH := $(DEVICE_PATH)/include
|
||||
# AIDs and CAPS
|
||||
TARGET_FS_CONFIG_GEN := \
|
||||
$(DEVICE_PATH)/fs_config/mot_aids.txt \
|
||||
$(DEVICE_PATH)/fs_config/file_caps.txt
|
||||
|
||||
# Platform
|
||||
TARGET_BOARD_PLATFORM := msm8953
|
||||
|
||||
Reference in New Issue
Block a user