Advertisement
Guest User

Untitled

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