android_device_motorola_per.../extract-files.sh

11 lines
276 B
Bash
Raw Normal View History

2014-07-15 22:54:06 +02:00
#!/bin/bash
export VENDOR=motorola
export DEVICE=peregrine
# Comment these out if there is no common device tree for this device
export COMMON_DEVICE=msm8226-common
export BOARD_VENDOR=motorola-qcom
export TARGET_BOARD_PLATFORM=msm8226
../$COMMON_DEVICE/extract-files.sh $@