Guest User

Untitled

a guest
Jul 31st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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 oneplus3
  5. %define vendor oneplus
  6.  
  7. %define vendor_pretty OnePlus
  8. %define device_pretty 3
  9.  
  10. %define installable_zip 1
  11.  
  12. %include rpm/dhd/droid-hal-device.inc
  13.  
  14. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  15. # sign, otherwise they will remain defined! E.g.:
  16. #define some_macro "I'll not be defined because I don't have % in front"
  17.  
  18. %define droid_target_aarch64 1
Add Comment
Please, Sign In to add comment