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:
Kilian von Pflugk 2018-12-10 12:31:27 +01:00 committed by Nolen Johnson
parent f2a488f0f2
commit 8bda0bf62b
4 changed files with 0 additions and 5 deletions

View file

@ -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 include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
TARGET_NO_KERNEL_OVERRIDE := true TARGET_NO_KERNEL_OVERRIDE := true
TARGET_USES_64_BIT_BINDER := true
PRODUCT_NAME := lineage_gsi_tv_arm PRODUCT_NAME := lineage_gsi_tv_arm

View file

@ -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 include vendor/lineage/build/target/product/lineage_generic_tv_target.mk
TARGET_USES_64_BIT_BINDER := true
PRODUCT_NAME := lineage_gsi_tv_x86 PRODUCT_NAME := lineage_gsi_tv_x86
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=

View file

@ -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) $(call inherit-product, device/google/atv/products/sdk_atv_armv7.mk)
TARGET_USES_64_BIT_BINDER := true
TARGET_NO_KERNEL_OVERRIDE := true TARGET_NO_KERNEL_OVERRIDE := true
# Enable mainline checking # Enable mainline checking

View file

@ -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) $(call inherit-product, device/google/atv/products/sdk_atv_x86.mk)
TARGET_USES_64_BIT_BINDER := true
TARGET_NO_KERNEL_OVERRIDE := true TARGET_NO_KERNEL_OVERRIDE := true
# Enable mainline checking # Enable mainline checking