Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %define have_custom_img_boot 0
- %define have_custom_img_recovery 0
- %define bootloader_binary lk.img
- %define enable_bootloader_update 1
- %define device device
- %define vendor device
- %define rpm_vendor device
- %define rpm_device device
- %define vendor_pretty device
- %define device_pretty device
- %define lunch_device device
- %define pre_actions sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
- # Manually use 8 threads for building droid-hal
- %define _smp_mflags -j8
- %define droid_target_armv7hl 1
- # 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"
- %define straggler_files \
- /bugreports \
- /d \
- /sdcard \
- /verity_key \
- %{nil}
- %define makefstab_skip_entries /data /system /vendor
- %include rpm/dhd/droid-hal-device.inc
Advertisement
Add Comment
Please, Sign In to add comment