Home | History | Annotate | Download | only in tools

Lines Matching full:build

2 # Quick semi-auto file to build Windows SDK tools.
7 # - Expects to have one of the existing SDK (Darwin or Linux) to build the Windows one
90 [ -f "build/envsetup.sh" ] || die "Please run this from the 'android' directory"
95 function build() {
97 # IMPORTANT: For Cygwin to be able to build Android targets here,
98 # you will generally need to edit build/core/main.mk and add directories
105 . build/envsetup.sh
107 # Disable parallel build: it generates "permission denied" issues when
119 || die "Build failed"
125 make -j 4 emulator || die "Build failed"
255 build