omni_WSP_sprout.mk 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Copyright (C) 2020 The Android Open Source Project
  3. # Copyright (C) 2020 The TWRP Open Source Project
  4. # Copyright (C) 2020 SebaUbuntu's TWRP device tree generator
  5. #
  6. # Licensed under the Apache License, Version 2.0 (the "License");
  7. # you may not use this file except in compliance with the License.
  8. # You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18. PRODUCT_RELEASE_NAME := WSP_sprout
  19. # Inherit from those products. Most specific first.
  20. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
  21. # Inherit from our custom product configuration
  22. $(call inherit-product, vendor/omni/config/common.mk)
  23. # Device identifier. This must come after all inclusions
  24. PRODUCT_DEVICE := WSP_sprout
  25. PRODUCT_NAME := omni_WSP_sprout
  26. PRODUCT_BRAND := Nokia
  27. PRODUCT_MODEL := Nokia 2.2
  28. PRODUCT_MANUFACTURER := hmd
  29. PRODUCT_RELEASE_NAME := Nokia 2.2
  30. PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
  31. ro.secure=1 \
  32. ro.adb.secure=0 \
  33. ro.allow.mock.location=0