Advertisement
masha11

Untitled

Sep 16th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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 griffin
  5. %define vendor motorola
  6.  
  7. %define vendor_pretty Motorola
  8. %define device_pretty Moto Z
  9.  
  10. %define installable_zip 1
  11. %define droid_target_aarch64 1
  12.  
  13. %define makefstab_skip_entries / /vendor /dev/stune /dev/cpuset /sys/fs/pstore /dev/cpuctl
  14. %define straggler_files \
  15. /bugreports \
  16. /charger.fstab.qcom \
  17. /d \
  18. /file_contexts.bin \
  19. /init.mmi.boot.sh \
  20. /init.mmi.laser.sh \
  21. /init.oem.hw.sh \
  22. /property_contexts \
  23. /sdcard \
  24. /selinux_version \
  25. /service_contexts \
  26. /system/usr/share/zoneinfo/tzdata \
  27. /vendor \
  28. /wlan_carrier_bin.sh \
  29. %{nil}
  30. %define android_config \
  31. #define QCOM_BSP 1\
  32. #define QTI_BSP 1\
  33. %{nil}
  34. %include rpm/dhd/droid-hal-device.inc
  35. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  36. # sign, otherwise they will remain defined! E.g.:
  37. #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