JavierAlonso

omni_samsung.mk

Aug 28th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Copyright (C) 2013 OmniROM Project
  2. # Copyright (C) 2012 The CyanogenMod 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 Omni GSM telephony parts
  17. $(call inherit-product, vendor/omni/config/gsm.mk)
  18.  
  19. # Inherit device configuration
  20. $(call inherit-product, device/samsung/codename/full_codename.mk)
  21.  
  22. # Inherit from our omni product configuration
  23. $(call inherit-product, vendor/omni/config/common.mk)
  24.  
  25. # Device identifier
  26. PRODUCT_NAME := omni_codename
  27. PRODUCT_DEVICE := codename
  28. PRODUCT_BRAND := samsung
  29. PRODUCT_MANUFACTURER := Samsung
  30. PRODUCT_MODEL := model
  31. PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=codename TARGET_DEVICE=product.device BUILD_FINGERPRINT="samsung/codename/device:4.x.x/XXXXX/XXXXXXXXXX:user/release-keys" PRIVATE_BUILD_DESC="codename-user 4.x.x XXXXX XXXXXXXXXX release-keys"
Add Comment
Please, Sign In to add comment