Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # These and other macros are documented in dhd/droid-hal-device.inc
- # Feel free to cleanup this file by removing comments, once you have memorised them ;)
- %define device hlte
- %define vendor samsung
- %define vendor_pretty SAMSUNG
- %define device_pretty note3
- %define installable_zip 1
- %include rpm/dhd/droid-hal-device.inc
- %define /bugreports \
- /d \
- /nonplat_file_contexts \
- /nonplat_hwservice_contexts \
- /nonplat_property_contexts \
- /nonplat_seapp_contexts \
- /nonplat_service_contexts \
- /plat_file_contexts \
- /plat_hwservice_contexts \
- /plat_property_contexts \
- /plat_seapp_contexts \
- /plat_service_contexts \
- /sdcard \
- /vendor \
- /vndservice_contexts \
- %{nil}
- # IMPORTANT if you want to comment out any macros in your .spec, delete the %
- # sign, otherwise they will remain defined! E.g.:
- #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