OSDN Git Service

Introduce a use32bitAbi flag
authorSelim Gurun <sgurun@google.com>
Sat, 6 Feb 2016 01:50:53 +0000 (17:50 -0800)
committerSelim Gurun <sgurun@google.com>
Tue, 9 Feb 2016 18:20:21 +0000 (10:20 -0800)
commit2d291d89f957495917071282ac0afce9b65c5e26
tree5a784b72695aa39ddcf9bb7e84d6b8bd3c58fd2d
parentccdd08d37cc2b95da22941cc8fe80488d5d498e5
Introduce a use32bitAbi flag

Bug: 26874366

On Multiarch apps, it might be necessary to prioritize 32bit Abi ahead
of 64bit ones. The use32bitAbi flag enables this.

This CL also reverts the public api changes in  I2c1fd1d036efe72b28b5fe996416df69a583959f and Ie3ecea6d84e2cb1522e736a21c3a3a24ac62eb27. Previously
the same functionality was provided using a raw abi string that
utilized cpuabioverride flag.

Change-Id: Idce3cbfedd11ef9079ce8a2901e69d30b1cf9ef4
api/current.txt
api/system-current.txt
api/test-current.txt
core/java/android/content/pm/PackageParser.java
core/res/res/values/attrs_manifest.xml
core/res/res/values/public.xml
services/core/java/com/android/server/pm/PackageManagerService.java