diff --git a/products/AndroidProducts.mk b/products/AndroidProducts.mk index f10dfbb4..98d3bff9 100644 --- a/products/AndroidProducts.mk +++ b/products/AndroidProducts.mk @@ -16,12 +16,10 @@ PRODUCT_MAKEFILES += \ $(LOCAL_DIR)/mini5g/aospa_mini5g.mk \ $(LOCAL_DIR)/oneplus9/aospa_oneplus9.mk \ - $(LOCAL_DIR)/oneplus9pro/aospa_oneplus9pro.mk \ - $(LOCAL_DIR)/X01BD/aospa_X01BD.mk + $(LOCAL_DIR)/oneplus9pro/aospa_oneplus9pro.mk # Lunch targets COMMON_LUNCH_CHOICES += \ aospa_mini5g-userdebug \ aospa_oneplus9-userdebug \ - aospa_oneplus9pro-userdebug \ - aospa_X01BD-userdebug + aospa_oneplus9pro-userdebug diff --git a/products/X01BD/aospa.dependencies b/products/X01BD/aospa.dependencies deleted file mode 100644 index 0a08acf2..00000000 --- a/products/X01BD/aospa.dependencies +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "remote": "github", - "repository": "aospa-sdm660/android_device_asus_X01BD", - "target_path": "device/asus/X01BD", - "revision": "sapphire" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_device_asus_sdm660-common", - "target_path": "device/asus/sdm660-common", - "revision": "sapphire" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_kernel_asus_sdm660", - "target_path": "kernel/msm-4.19", - "revision": "sapphire" - }, - { - "remote": "github", - "repository": "aospa-sdm660/proprietary_vendor_asus", - "target_path": "vendor/asus", - "revision": "sapphire" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_device_qcom_sepolicy", - "target_path": "device/qcom/sepolicy-legacy", - "revision": "sapphire-legacy" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_hardware_qcom_media", - "target_path": "hardware/qcom/media", - "revision": "sapphire-660-4.19" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_hardware_qcom_display", - "target_path": "hardware/qcom/display", - "revision": "sapphire-660-4.19" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_hardware_qcom_audio", - "target_path": "vendor/qcom/opensource/audio-hal/primary-hal", - "revision": "sapphire-660-4.19" - }, - { - "remote": "github", - "repository": "aospa-sdm660/android_hardware_qcom_gps", - "target_path": "hardware/qcom/gps", - "revision": "sapphire-smxx50" - } -] diff --git a/products/X01BD/aospa_X01BD.mk b/products/X01BD/aospa_X01BD.mk deleted file mode 100644 index a57324a2..00000000 --- a/products/X01BD/aospa_X01BD.mk +++ /dev/null @@ -1,36 +0,0 @@ -# -# Copyright (C) 2021 Paranoid Android -# -# SPDX-License-Identifier: Apache-2.0 -# - -ifeq (aospa_X01BD,$(TARGET_PRODUCT)) - -# Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk) - -# Inherit from the AOSPA configuration. -$(call inherit-product, vendor/aospa/target/product/aospa-target.mk) - -# Inherit from X01BD device -$(call inherit-product, device/asus/X01BD/device.mk) - -# Device identifier. This must come after all inclusions. -PRODUCT_NAME := aospa_X01BD -PRODUCT_DEVICE := X01BD -PRODUCT_BRAND := asus -PRODUCT_MODEL := ASUS_X01BDA -PRODUCT_MANUFACTURER := asus - -PRODUCT_GMS_CLIENTID_BASE := android-asus - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRODUCT_DEVICE=ASUS_X01BD_1 \ - PRODUCT_NAME=WW_X01BD - -# Boot animation resolution. -TARGET_BOOT_ANIMATION_RES := 1080 - -endif