diff --git a/products/AndroidProducts.mk b/products/AndroidProducts.mk index 0f1d1255..cefc711b 100644 --- a/products/AndroidProducts.mk +++ b/products/AndroidProducts.mk @@ -40,7 +40,6 @@ PRODUCT_MAKEFILES += \ $(LOCAL_DIR)/polaris/pa_polaris.mk \ $(LOCAL_DIR)/raphael/pa_raphael.mk \ $(LOCAL_DIR)/rolex/pa_rolex.mk \ - $(LOCAL_DIR)/rosy/pa_rosy.mk \ $(LOCAL_DIR)/sagit/pa_sagit.mk \ $(LOCAL_DIR)/wayne/pa_wayne.mk \ $(LOCAL_DIR)/whyred/pa_whyred.mk \ @@ -72,7 +71,6 @@ COMMON_LUNCH_CHOICES += \ pa_oneplus8t-userdebug \ pa_polaris-userdebug \ pa_rolex-userdebug \ - pa_rosy-userdebug \ pa_raphael-userdebug \ pa_sagit-userdebug \ pa_wayne-userdebug \ diff --git a/products/rosy/pa.dependencies b/products/rosy/pa.dependencies deleted file mode 100644 index eb68ac59..00000000 --- a/products/rosy/pa.dependencies +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "remote": "aospa", - "repository": "AOSPA/android_device_xiaomi_rosy", - "target_path": "device/xiaomi/rosy", - "revision": "quartz" - }, - { - "remote": "blobs", - "repository": "proprietary_vendor_xiaomi", - "target_path": "vendor/xiaomi", - "revision": "quartz" - }, - { - "remote": "aospa", - "repository": "AOSPA/android_kernel_xiaomi_rosy", - "target_path": "kernel/xiaomi/rosy", - "revision": "quartz" - }, - { - "remote": "aospa", - "repository": "AOSPA/android_hardware_qcom_gps", - "target_path": "hardware/qcom/gps", - "revision": "quartz-89xx" - }, - { - "remote": "aospa", - "repository": "AOSPA/android_hardware_qcom_audio", - "target_path": "hardware/qcom/audio", - "revision": "quartz-89xx" - }, - { - "remote": "aospa", - "repository": "AOSPA/android_hardware_qcom_display", - "target_path": "hardware/qcom/display", - "revision": "quartz-89xx" - }, - { - "remote": "aospa", - "repository": "AOSPA/android_hardware_qcom_media", - "target_path": "hardware/qcom/media", - "revision": "quartz-89xx" - } -] diff --git a/products/rosy/pa_rosy.mk b/products/rosy/pa_rosy.mk deleted file mode 100644 index cb01ac16..00000000 --- a/products/rosy/pa_rosy.mk +++ /dev/null @@ -1,54 +0,0 @@ -# -# Copyright (C) 2020 Paranoid Android -# -# 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. -# - -# Check for target product -ifeq (pa_rosy,$(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/aosp_base_telephony.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n_mr1.mk) - -# Inherit from rosy device -$(call inherit-product, device/xiaomi/rosy/device.mk) - -# Inherit some common Paranoid Android stuff -$(call inherit-product, vendor/pa/config/common_full_phone.mk) - -# Device identifier. This must come after all inclusions -PRODUCT_NAME := pa_rosy -PRODUCT_DEVICE := rosy -PRODUCT_BRAND := Xiaomi -PRODUCT_MODEL := Redmi 5 -PRODUCT_MANUFACTURER := Xiaomi - -# Bootanimation -TARGET_BOOT_ANIMATION_RES := 720 - -PRODUCT_GMS_CLIENTID_BASE := android-xiaomi - -TARGET_VENDOR_PRODUCT_NAME := rosy - -PRODUCT_BUILD_PROP_OVERRIDES += \ - PRIVATE_BUILD_DESC="rosy-user 7.1.2 N2G47H V9.2.3.0.NDAMIEK release-keys" - -# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop -BUILD_FINGERPRINT := "Xiaomi/rosy/rosy:7.1.2/N2G47H/V9.2.3.0.NDAMIEK:user/release-keys" - -PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ - ro.build.fingerprint=$(BUILD_FINGERPRINT) - -endif