xref: /aosp_15_r20/development/ide/intellij/make+intelligen.sh (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1#!/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
14