lineage: enable building otatools with generic targets

Change-Id: I4bbd32378e159084f8e5dfb852749f77feb31788
This commit is contained in:
Simon Shields
2018-04-12 11:34:14 +10:00
parent a48b9fe9b6
commit 9b69c8900b
3 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
$(call inherit-product, build/target/product/aosp_arm.mk)
$(call inherit-product, vendor/lineage/config/common.mk)
# Allow building otatools
TARGET_FORCE_OTA_PACKAGE := true
TARGET_USES_64_BIT_BINDER := true
PRODUCT_NAME := lineage_arm

View File

@@ -15,4 +15,7 @@
$(call inherit-product, build/target/product/aosp_arm64.mk)
$(call inherit-product, vendor/lineage/config/common.mk)
# Allow building otatools
TARGET_FORCE_OTA_PACKAGE := true
PRODUCT_NAME := lineage_arm64

View File

@@ -15,6 +15,9 @@
$(call inherit-product, build/target/product/aosp_x86.mk)
$(call inherit-product, vendor/lineage/config/common.mk)
# Allow building otatools
TARGET_FORCE_OTA_PACKAGE := true
TARGET_USES_64_BIT_BINDER := true
PRODUCT_NAME := lineage_x86