Advertisement
masha11

Untitled

Apr 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. /home/ubuntu/hadk/hybris/droid-hal-version-griffin/rpm/droid-hal-version-griffin.spec
  2.  
  3. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  4.  
  5. %define device griffin
  6. %define vendor motorola
  7.  
  8. # Manufacturer and device name to be shown in UI
  9. %define vendor_pretty Motorola
  10. %define device_pretty Moto Z
  11.  
  12. # See ../droid-hal-version/droid-hal-device.inc for similar macros:
  13. %define have_vibrator_native 1
  14. %define have_led 1
  15.  
  16. %include droid-hal-version/droid-hal-version.inc
  17.  
  18. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  19. # sign, otherwise they will remain defined! E.g.:
  20. #define some_macro "I'll not be defined because I don't have % in front"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement