comparison Makefile @ 169:823fa39c55c5

set debuggable flag depending on build style
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 17:05:55 -0700
parents 13ca2a7a63f3
children f0f41cd3604b
comparison
equal deleted inserted replaced
168:b2853cd674dc 169:823fa39c55c5
8 all: 8 all:
9 hg pull; hg update 9 hg pull; hg update
10 make builder 10 make builder
11 11
12 builder: 12 builder:
13 sed -i -e 's/android:debuggable=".*"/android:debuggable="$(style)"/g' AndroidManifest.xml
13 rm -rf gen bin 14 rm -rf gen bin
14 ndk-build clean; V=1 ndk-build 15 ndk-build clean; V=1 ndk-build
15 android update project -p . -t android-16 16 android update project -p . -t android-16
16 ant $(style) 17 ant $(style)
17 18