flo: use device manifest for flo only

This commit is contained in:
followmsi 2019-01-20 15:24:06 +01:00
parent e9d3739c75
commit 6f0437287b
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,8 @@ TARGET_BOOTLOADER_BOARD_NAME := flo
TARGET_BOOTLOADER_NAME := flo
TARGET_BOARD_INFO_FILE := device/asus/flo/board-info.txt
DEVICE_MANIFEST_FILE := device/asus/flo/manifest.xml
TARGET_RELEASETOOLS_EXTENSIONS := device/asus/flo
TARGET_RECOVERY_FSTAB = device/asus/flo/rootdir/etc/fstab.flo

View File

@ -145,7 +145,6 @@ SMALLER_FONT_FOOTPRINT := true
TARGET_RECOVERY_DENSITY := hdpi
# Device manifest
DEVICE_MANIFEST_FILE := device/asus/flo/manifest.xml
DEVICE_MATRIX_FILE := device/asus/flo/compatibility_matrix.xml
-include vendor/asus/flo/BoardConfigVendor.mk