4e3fcca9fd
Test: building succeeded and tested on sailfish-userdebug Bug: 35696968 Change-Id: Ia1e8013411da36583fbf0d2115c54ca5d5980e20
9 lines
225 B
Bash
Executable file
9 lines
225 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "# begin build properties"
|
|
echo "# autogenerated by vendor_buildinfo.sh"
|
|
|
|
echo "ro.product.board=$TARGET_BOOTLOADER_BOARD_NAME"
|
|
echo "ro.board.platform=$TARGET_BOARD_PLATFORM"
|
|
|
|
echo "# end build properties"
|