lichee_pi_4a.mk 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Copyright 2022 The Android Open Source Project
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. #
  17. LOCAL_64ONLY := _64
  18. # Aosp gsi and basic vendor
  19. $(call inherit-product, device/thead/common/aosp_common.mk)
  20. # T-Head system_ext
  21. $(call inherit-product-if-exist, device/thead/th1520/th1520_system_ext.mk)
  22. # Riscv patch for system
  23. $(call inherit-product, device/thead/common/system_riscv_patch.mk)
  24. # AOSP default vendor configs
  25. $(call inherit-product, device/thead/common/aosp_vendor.mk)
  26. # T-Head lichee_pi_4a vendor packages
  27. $(call inherit-product, device/thead/th1520/lichee_pi_4a/device-lichee_pi_4a.mk)
  28. PRODUCT_MANUFACTURER := T-Head
  29. PRODUCT_BRAND := Android
  30. PRODUCT_NAME := lichee_pi_4a
  31. PRODUCT_DEVICE := lichee_pi_4a
  32. PRODUCT_MODEL := AOSP on LICHEE_PI_4A