Revert "aospa: products: Introduce Asus Zenfone Max Pro M2(X01BD)"

Revert submission 20879

Reason for revert: We do not allow external device trees and hals. Juhyung was not paying attention.
Reverted Changes:
I7e572469c:aospa: products: Introduce Asus Zenfone Max Pro M1...
Ide5160f3a:aospa: products: Introduce Asus Zenfone Max Pro M2...

Change-Id: Ib6c945ff19445bd8e956df6834c63929d6af981b
This commit is contained in:
Jake Weinstein 2022-03-18 08:38:11 +00:00
parent cd66409d32
commit 38e75f47fe
3 changed files with 2 additions and 96 deletions

View File

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

View File

@ -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"
}
]

View File

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