lineage: enable building otatools with generic targets
Change-Id: I4bbd32378e159084f8e5dfb852749f77feb31788
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user