twrp_herolte.mk 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Copyright (C) 2022 The OrangeFox Recovery 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. # Inherit from those products. Most specific first.
  17. $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
  18. # Inherit from herolte device
  19. $(call inherit-product, device/samsung/herolte/device.mk)
  20. # Inherit from TWRP common configurations
  21. $(call inherit-product, vendor/twrp/config/common.mk)
  22. PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,$(LOCAL_PATH)/recovery/root,recovery/root)
  23. # Device identifier. This must come after all inclusions
  24. PRODUCT_DEVICE := herolte
  25. PRODUCT_NAME := twrp_herolte
  26. PRODUCT_BRAND := samsung
  27. PRODUCT_MODEL := SM-G930F
  28. PRODUCT_MANUFACTURER := samsung
  29. PRODUCT_BUILD_PROP_OVERRIDES += \
  30. TARGET_DEVICE=herolte \
  31. PRODUCT_NAME=heroltexx \
  32. PRIVATE_BUILD_DESC="heroltexx-user 8.0.0 R16NW G930FXXU8EVG3 release-keys"
  33. BUILD_FINGERPRINT := samsung/heroltexx/herolte:8.0.0/R16NW/G930FXXU8EVG3:user/release-keys