DescriptionUse java_apk.gypi for gtest apks
Currently, normal APKs and instrumentation APKs are both built using
java_apk.gypi (which includes all kinds of new hotness). Native
unittest APKs, though use apk_test.gypi and thus the complicated
native_test_apk.xml and Android's Ant build.xml. That is bad.
This change updates apk_test.gypi to include java_apk.gypi and so
brings these two ways of building APKs into alignment. It also very
slightly updates the configurability of java_apk.gypi and
apk-package.xml.
There are still a couple of targets in WebKit that use
generate_native_test.py and native_test_apk.xml directly that need to
be updated to use apk_test.gypi before those two scripts can be
simplified/removed.
BUG=158821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192662
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebase #Patch Set 3 : Rebase + s/resource/res #Patch Set 4 : Rebase #
Messages
Total messages: 11 (0 generated)
|