Files
android_development/ide/intellij/make+intelligen.sh
The Android Open Source Project 5c11852110 Initial Contribution
2008-10-21 07:00:00 -07:00

14 lines
205 B
Bash
Executable File

#!/bin/bash
if [ ! -f buildspec.mk.default ]; then
echo "Error: Please run from the root of the tree."
exit 1
fi
. envsetup.sh
lunch 6
if make -j4; then
tools/javabuild/intelligen.sh
fi