Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # These and other macros are documented in dhd/droid-hal-device.inc
  2. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  3.  
  4. %define device ja3gxx
  5. %define vendor samsung
  6.  
  7. %define vendor_pretty Samsung
  8. %define device_pretty i9500
  9.  
  10. %define installable_zip 1
  11.  
  12. %define straggler_files \
  13. /bugreports\
  14. /d\
  15. /file_contexts.bin\
  16. /property_contexts\
  17. /sdcard\
  18. /selinux_version\
  19. /service_contexts\
  20. /vendor\
  21. %(nil)
  22.  
  23. %include rpm/dhd/droid-hal-device.inc
  24.  
  25. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  26. # sign, otherwise they will remain defined! E.g.:
  27. #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