Advertisement
foxclore

Apollon droid-hal.spec

Dec 7th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1.  
  2. # These and other macros are documented in dhd/droid-hal-device.inc
  3. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  4.  
  5. %define device apollon
  6. %define vendor xiaomi
  7.  
  8. %define vendor_pretty Xiaomi
  9. %define device_pretty Mi 10T
  10.  
  11. %define installable_zip 1
  12.  
  13. %define droid_target_aarch64 1
  14.  
  15. %define straggler_files \
  16. /bugreports\
  17. /d\
  18. /sdcard\
  19. %{nil}
  20.  
  21. %include rpm/dhd/droid-hal-device.inc
  22.  
  23. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  24. # sign, otherwise they will remain defined! E.g.:
  25. #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