Advertisement
Guest User

Untitled

a guest
Feb 1st, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #
  2. # Copyright (C) 2013 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. # This file is the build configuration for a full Android
  18. # build for toro hardware. This cleanly combines a set of
  19. # device-specific aspects (drivers) with a device-agnostic
  20. # product configuration (apps). Except for a few implementation
  21. # details, it only fundamentally contains two inherit-product
  22. # lines, full and toro, hence its name.
  23. #
  24.  
  25. # Inherit from blade2 device.
  26. $(call inherit-product, device/zte/blade2_p736e/device.mk)
  27. $(call inherit-product, device/zte/blade2-common/common.mk)
  28.  
  29. # Set those variables here to overwrite the inherited values.
  30. PRODUCT_NAME :=blade2_p736e
  31. PRODUCT_DEVICE := blade2_p736e
  32. PRODUCT_BRAND := ZTE
  33. PRODUCT_MANUFACTURER := ZTE
  34. PRODUCT_MODEL := Crescent
  35. PRODUCT_RELEASE_NAME := Crescent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement