build: Remove legacy GSI targets

* Support for these targets is no longer present in build/make

Change-Id: I2b07ca52c3040f8b1592dd9760ca2357105e082d
This commit is contained in:
Michael Bestas
2021-11-13 03:12:55 +02:00
committed by Michael Bestas
parent af7ada466c
commit baab5a81f5
5 changed files with 0 additions and 94 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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