diff --git a/build/target/product/AndroidProducts.mk b/build/target/product/AndroidProducts.mk index 6db23311..7049d7a3 100644 --- a/build/target/product/AndroidProducts.mk +++ b/build/target/product/AndroidProducts.mk @@ -19,10 +19,6 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/lineage_arm64.mk \ $(LOCAL_DIR)/lineage_x86.mk \ $(LOCAL_DIR)/lineage_x86_64.mk \ - $(LOCAL_DIR)/lineage_arm_ab.mk \ - $(LOCAL_DIR)/lineage_arm64_ab.mk \ - $(LOCAL_DIR)/lineage_x86_ab.mk \ - $(LOCAL_DIR)/lineage_x86_64_ab.mk \ $(LOCAL_DIR)/lineage_tv_arm.mk \ $(LOCAL_DIR)/lineage_tv_arm64.mk \ $(LOCAL_DIR)/lineage_tv_x86.mk \ @@ -37,10 +33,6 @@ COMMON_LUNCH_CHOICES := \ lineage_arm64-userdebug \ lineage_x86-userdebug \ lineage_x86_64-userdebug \ - lineage_arm_ab-userdebug \ - lineage_arm64_ab-userdebug \ - lineage_x86_ab-userdebug \ - lineage_x86_64_ab-userdebug \ lineage_tv_arm-userdebug \ lineage_tv_arm64-userdebug \ lineage_tv_x86-userdebug \ diff --git a/build/target/product/lineage_arm64_ab.mk b/build/target/product/lineage_arm64_ab.mk deleted file mode 100644 index 02294dd9..00000000 --- a/build/target/product/lineage_arm64_ab.mk +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2018-2020 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -$(call inherit-product, build/target/product/aosp_arm64_ab.mk) - -include vendor/lineage/build/target/product/lineage_generic_target.mk - -TARGET_NO_KERNEL_OVERRIDE := true - -PRODUCT_NAME := lineage_arm64_ab diff --git a/build/target/product/lineage_arm_ab.mk b/build/target/product/lineage_arm_ab.mk deleted file mode 100644 index d043a68b..00000000 --- a/build/target/product/lineage_arm_ab.mk +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2018-2020 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -$(call inherit-product, build/target/product/aosp_arm_ab.mk) -include vendor/lineage/build/target/product/lineage_generic_target.mk - -TARGET_NO_KERNEL_OVERRIDE := true -TARGET_USES_64_BIT_BINDER := true - -PRODUCT_NAME := lineage_arm_ab diff --git a/build/target/product/lineage_x86_64_ab.mk b/build/target/product/lineage_x86_64_ab.mk deleted file mode 100644 index d014baf1..00000000 --- a/build/target/product/lineage_x86_64_ab.mk +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2018-2020 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -$(call inherit-product, build/target/product/aosp_x86_64_ab.mk) - -include vendor/lineage/build/target/product/lineage_generic_target.mk - -PRODUCT_NAME := lineage_x86_64_ab - -PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties diff --git a/build/target/product/lineage_x86_ab.mk b/build/target/product/lineage_x86_ab.mk deleted file mode 100644 index 241cc5d3..00000000 --- a/build/target/product/lineage_x86_ab.mk +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (C) 2018-2020 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -$(call inherit-product, build/target/product/aosp_x86_ab.mk) - -include vendor/lineage/build/target/product/lineage_generic_target.mk - -TARGET_USES_64_BIT_BINDER := true - -PRODUCT_NAME := lineage_x86_ab - -PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties