OSDN Git Service

Don't compile libaapt with the build number
authorDan Willemsen <dwillemsen@google.com>
Sat, 9 Sep 2017 05:02:41 +0000 (22:02 -0700)
committerDan Willemsen <dwillemsen@google.com>
Sat, 9 Sep 2017 05:58:56 +0000 (22:58 -0700)
commit896f01879b424e4f37e65bcf546dc9d5cd712e25
treebee72eace47c2e531c02645bd197a0705c39a243
parent85aee73e98118e68c13c17dbef26b3b73dcaec40
Don't compile libaapt with the build number

Only do that for the aapt binary itself. This will allow libaapt to be
converted to Soong.

Also remove a few lines that weren't doing anything: aaptCppflags was
never set, LOCAL_C_INCLUDES := $(LOCAL_PATH) is implied.

Test: m aapt
Test: aapt version
Change-Id: Ia3bcece14921417e1bfd3406630961c013bd497c
tools/aapt/Android.mk
tools/aapt/Command.cpp
tools/aapt/Main.cpp