pantah: Set up proprietary files extraction

* The proprietary files lists are generated by comparing stock partition
  contents with AOSP generated partitions.

Co-authored-by: Aaron Kling <webgeek1234@gmail.com>
Co-authored-by: Cosmin Tanislav <demonsingur@gmail.com>
Co-authored-by: Michael Bestas <mkbestas@lineageos.org>
Change-Id: I17b78ccf212d8364070c40fe3c7d06d4048e3fe4
This commit is contained in:
Chirayu Desai 2021-12-04 01:01:42 +05:30 committed by Michael Bestas
parent 0d8a80f6ee
commit 20f46ebbb9
No known key found for this signature in database
GPG key ID: CC95044519BE6669
23 changed files with 7893 additions and 0 deletions

View file

@ -11,6 +11,7 @@ $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
DEVICE_CODENAME := cheetah
DEVICE_PATH := device/google/pantah
VENDOR_PATH := vendor/google/cheetah
$(call inherit-product, $(DEVICE_PATH)/aosp_$(DEVICE_CODENAME).mk)
$(call inherit-product, device/google/gs201/lineage_common.mk)
$(call inherit-product, $(DEVICE_PATH)/$(DEVICE_CODENAME)/device-lineage.mk)
@ -28,3 +29,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="cheetah-user 15 AP3A.241005.015 12366759 release-keys" \
BuildFingerprint=google/cheetah/cheetah:15/AP3A.241005.015/12366759:user/release-keys \
DeviceProduct=$(DEVICE_CODENAME)
$(call inherit-product, $(VENDOR_PATH)/$(DEVICE_CODENAME)-vendor.mk)