Retree the AOSP way

This commit is contained in:
ggow
2019-04-23 09:29:57 +01:00
parent 62740decca
commit bb4711aabf
3 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/full_ford.mk
$(LOCAL_DIR)/cm.mk
+13 -4
View File
@@ -1,11 +1,20 @@
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit device configuration for full ford
$(call inherit-product, device/amazon/ford/full_ford.mk)
$(call inherit-product, device/amazon/ford/device.mk)
# Inherit common Lineage
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
PRODUCT_CHARACTERISTICS := tablet
TARGET_SCREEN_WIDTH := 600
TARGET_SCREEN_HEIGHT := 1024
PRODUCT_DEVICE := ford
PRODUCT_NAME := cm_ford
PRODUCT_RELEASE_NAME := ford
PRODUCT_BRAND := google
PRODUCT_MODEL := Fire
PRODUCT_MANUFACTURER := amzn
-12
View File
@@ -1,12 +0,0 @@
# Inherit from those products. Most specific first.
$(call inherit-product, device/amazon/ford/device.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
PRODUCT_CHARACTERISTICS := tablet
PRODUCT_NAME := full_ford
PRODUCT_DEVICE := ford
PRODUCT_BRAND := google
PRODUCT_MODEL := Fire
PRODUCT_MANUFACTURER := amzn