Guest User

.spec

a guest
Dec 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 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 x2
  5. %define vendor leeco
  6.  
  7. %define vendor_pretty LeEco
  8. %define device_pretty Le Max2
  9. %define droid_target_aarch64 1
  10. %define installable_zip 1
  11. %define straggler_files \
  12. /bugreports\
  13. /d\
  14. /file_contexts.bin\
  15. /init.qcom.bt.sh\
  16. /init.qcom.sh\
  17. /init.qcom.usb.sh\
  18. /property_contexts\
  19. /qfp_boot.sh\
  20. /sdcard\
  21. /selinux_version\
  22. /service_contexts\
  23. /vendor\
  24. %{nil}
  25.  
  26.  
  27. %include rpm/dhd/droid-hal-device.inc
  28.  
  29. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  30. # sign, otherwise they will remain defined! E.g.:
  31. #define some_macro "I'll not be defined because I don't have % in front"
Add Comment
Please, Sign In to add comment