diff --git a/build/target/product/AndroidProducts.mk b/build/target/product/AndroidProducts.mk index 07288a82..9410937e 100644 --- a/build/target/product/AndroidProducts.mk +++ b/build/target/product/AndroidProducts.mk @@ -28,7 +28,6 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/lineage_sdk_car_arm64.mk \ $(LOCAL_DIR)/lineage_sdk_car_x86_64.mk \ $(LOCAL_DIR)/lineage_sdk_phone_arm64.mk \ - $(LOCAL_DIR)/lineage_sdk_phone_x86.mk \ $(LOCAL_DIR)/lineage_sdk_phone_x86_64.mk \ $(LOCAL_DIR)/lineage_sdk_tv_arm.mk \ $(LOCAL_DIR)/lineage_sdk_tv_x86.mk @@ -47,7 +46,6 @@ COMMON_LUNCH_CHOICES := \ lineage_sdk_car_arm64-userdebug \ lineage_sdk_car_x86_64-userdebug \ lineage_sdk_phone_arm64-userdebug \ - lineage_sdk_phone_x86-userdebug \ lineage_sdk_phone_x86_64-userdebug \ lineage_sdk_tv_arm-userdebug \ lineage_sdk_tv_x86-userdebug diff --git a/build/target/product/lineage_sdk_phone_x86.mk b/build/target/product/lineage_sdk_phone_x86.mk deleted file mode 100644 index 89042fb2..00000000 --- a/build/target/product/lineage_sdk_phone_x86.mk +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright (C) 2021-2023 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/sdk_phone_x86.mk) - -include vendor/lineage/build/target/product/lineage_generic_target.mk - -# Always build modules from source -PRODUCT_MODULE_BUILD_FROM_SOURCE := true - -# Enable mainline checking -PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed - -# Overrides -PRODUCT_NAME := lineage_sdk_phone_x86 -PRODUCT_MODEL := LineageOS Android SDK built for x86 - -PRODUCT_SDK_ADDON_NAME := lineage -PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties