Skip to content

Commit

Permalink
products: lineage_{gsi,sdk}_tv*: Remove TARGET_USES_64_BIT_BINDER
Browse files Browse the repository at this point in the history
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed

Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
  • Loading branch information
jumoog authored and npjohnson committed Apr 9, 2024
1 parent f2a488f commit 8bda0bf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion build/target/product/lineage_gsi_tv_arm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions build/target/product/lineage_gsi_tv_x86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down
1 change: 0 additions & 1 deletion build/target/product/lineage_sdk_tv_arm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build/target/product/lineage_sdk_tv_x86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bda0bf

Please sign in to comment.