OSDN Git Service

AAPT: Output only 64-bit arch when multiArch is true
authorAdam Lesinski <adamlesinski@google.com>
Sat, 16 Aug 2014 05:25:36 +0000 (22:25 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Sat, 16 Aug 2014 05:25:36 +0000 (22:25 -0700)
commite47fd129057b19862e94b89f9ba413b5ceaca498
treecc4e27b791f08340760046ab3b7f189ff980740d
parente364aecf17124e0ae443bf9fe0e1b7c588a0d25a
AAPT: Output only 64-bit arch when multiArch is true

When android:multiArch="true" in the <application> tag,
aapt dump badging should only output the 64-bit architecture
under the 'native-code' entry.

Other architectures will be emitted under the 'alt-native-code'
entry.

Bug:17061929
Change-Id: I8310b2388b06a2ed571e5e121e4989403082ba68
tools/aapt/Command.cpp