blob: fcb5fbdb91b3da0456fa8d3fb4788e2ef735ce97 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001#!/bin/bash
2
3if [ ! -f buildspec.mk.default ]; then
4 echo "Error: Please run from the root of the tree."
5 exit 1
6fi
7
8. envsetup.sh
9lunch 6
10
11if make -j4; then
12 tools/javabuild/intelligen.sh
13fi