Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. justin@justin-pc:/home/test/mer/android/droid/rpm$ cat droid-hal-tenderloin.spec# device is the cyanogenmod codename for the device
  2. # eg mako is Nexus 4
  3. %define device tenderloin
  4. # vendor is used in device/hp/tenderloin/
  5. %define vendor hp
  6. # Manufacturer and device name to be shown in UI
  7. %define vendor_pretty HP
  8. %define device_pretty TouchPad
  9. %include rpm/droid-hal-device.inc
  10. %define android_config \
  11. #define QCOM_BSP 1\
  12. %{nil}
  13. justin@justin-pc:/home/test/mer/android/droid/rpm$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement