Advertisement
aperio

cdDroid 13 sunfish Lineage_sunfish

May 24th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #
  2. # Copyright (C) 2020-2021 The LineageOS Project
  3. #
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6.  
  7. # Inherit some common Lineage stuff.
  8. TARGET_DISABLE_EPPE := true
  9. $(call inherit-product, vendor/lineage/config/common_full_phone.mk)
  10.  
  11. # Inherit device configuration
  12. $(call inherit-product, device/google/sunfish/aosp_sunfish.mk)
  13.  
  14. include device/google/sunfish/device-lineage.mk
  15.  
  16. # Device identifier. This must come after all inclusions
  17. PRODUCT_BRAND := google
  18. PRODUCT_MODEL := Pixel 4a
  19. PRODUCT_NAME := lineage_sunfish
  20.  
  21. # Boot animation
  22. TARGET_SCREEN_HEIGHT := 2340
  23. TARGET_SCREEN_WIDTH := 1080
  24.  
  25. PRODUCT_BUILD_PROP_OVERRIDES += \
  26. TARGET_PRODUCT=sunfish \
  27. PRIVATE_BUILD_DESC="sunfish-user 13 TQ2A.230505.002 9891397 release-keys"
  28.  
  29. BUILD_FINGERPRINT := google/sunfish/sunfish:13/TQ2A.230505.002/9891397:user/release-keys
  30.  
  31. $(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk)
  32. $(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  33. TARGET_GAPPS_ARCH=arm64
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement