lineage: products: remove sdk_phone_x86 emulator target
necessary after merge of tag 'android-14.0.0_r29': e04167e Retire obsolete (32bit-only) emulator targets and boards Please use 64bit-only targets instead: [...] * we don't support x86+arm for AOSP targets Change-Id: I001b97e218f837005d4283bd0540519b00301783
This commit is contained in:
parent
b0d0c6fa41
commit
01a36e1909
2 changed files with 0 additions and 32 deletions
|
@ -28,7 +28,6 @@ PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_sdk_car_arm64.mk \
|
$(LOCAL_DIR)/lineage_sdk_car_arm64.mk \
|
||||||
$(LOCAL_DIR)/lineage_sdk_car_x86_64.mk \
|
$(LOCAL_DIR)/lineage_sdk_car_x86_64.mk \
|
||||||
$(LOCAL_DIR)/lineage_sdk_phone_arm64.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_phone_x86_64.mk \
|
||||||
$(LOCAL_DIR)/lineage_sdk_tv_arm.mk \
|
$(LOCAL_DIR)/lineage_sdk_tv_arm.mk \
|
||||||
$(LOCAL_DIR)/lineage_sdk_tv_x86.mk
|
$(LOCAL_DIR)/lineage_sdk_tv_x86.mk
|
||||||
|
@ -47,7 +46,6 @@ COMMON_LUNCH_CHOICES := \
|
||||||
lineage_sdk_car_arm64-userdebug \
|
lineage_sdk_car_arm64-userdebug \
|
||||||
lineage_sdk_car_x86_64-userdebug \
|
lineage_sdk_car_x86_64-userdebug \
|
||||||
lineage_sdk_phone_arm64-userdebug \
|
lineage_sdk_phone_arm64-userdebug \
|
||||||
lineage_sdk_phone_x86-userdebug \
|
|
||||||
lineage_sdk_phone_x86_64-userdebug \
|
lineage_sdk_phone_x86_64-userdebug \
|
||||||
lineage_sdk_tv_arm-userdebug \
|
lineage_sdk_tv_arm-userdebug \
|
||||||
lineage_sdk_tv_x86-userdebug
|
lineage_sdk_tv_x86-userdebug
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue