Advertisement
Guest User

Untitled

a guest
May 12th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  2.  
  3. %define device marlin
  4. %define vendor google
  5. %define droid_target_aarch64 1
  6.  
  7.  
  8. # Manufacturer and device name to be shown in UI
  9. %define vendor_pretty Google
  10. %define device_pretty Pixel XL
  11.  
  12. # See ../droid-hal-version/droid-hal-device.inc for similar macros:
  13. %define have_vibrator_native 1
  14. %define have_led 1
  15.  
  16. %include droid-hal-version/droid-hal-version.inc
  17.  
  18. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  19. # sign, otherwise they will remain defined! E.g.:
  20. #define some_macro "I'll not be defined because I don't have % in front"
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement