products: lineage_{gsi,sdk}_tv*: Remove TARGET_USES_64_BIT_BINDER
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
This commit is contained in:
parent
f2a488f0f2
commit
8bda0bf62b
4 changed files with 0 additions and 5 deletions
|
@ -18,7 +18,6 @@ $(call inherit-product, device/google/atv/products/aosp_tv_arm.mk)
|
|||
include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
|
||||
|
||||
TARGET_NO_KERNEL_OVERRIDE := true
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
PRODUCT_NAME := lineage_gsi_tv_arm
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@ $(call inherit-product, device/google/atv/products/aosp_tv_x86.mk)
|
|||
|
||||
include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
|
||||
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
PRODUCT_NAME := lineage_gsi_tv_x86
|
||||
|
||||
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=
|
||||
|
|
|
@ -16,7 +16,6 @@ include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
|
|||
|
||||
$(call inherit-product, device/google/atv/products/sdk_atv_armv7.mk)
|
||||
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
TARGET_NO_KERNEL_OVERRIDE := true
|
||||
|
||||
# Enable mainline checking
|
||||
|
|
|
@ -16,7 +16,6 @@ include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
|
|||
|
||||
$(call inherit-product, device/google/atv/products/sdk_atv_x86.mk)
|
||||
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
TARGET_NO_KERNEL_OVERRIDE := true
|
||||
|
||||
# Enable mainline checking
|
||||
|
|
Loading…
Reference in a new issue