OSDN Git Service

Support to pass <uses-library> option through to dex2oat.
authorJeff Hao <jeffhao@google.com>
Wed, 16 Mar 2016 22:59:25 +0000 (15:59 -0700)
committerJeff Hao <jeffhao@google.com>
Wed, 27 Apr 2016 18:13:10 +0000 (11:13 -0700)
commitb63d91fd2737680351876406277b6c759f4db33c
tree67b82e63cb7bd04214c4b04719dbf35445037345
parent6cfb89c0bfe11c2ee513fe4df339ad753d4ad4ff
Support to pass <uses-library> option through to dex2oat.

This change takes an app's shared libraries specified by <uses-library>
and passes it through to dex2oat to be used during compilation.

Part of a multi-project change.

Includes fix from c09662d9bbd35840b24cae8d336a0d11c0cbdb7b

Bug: 26880306

(cherry-picked from commmit de7f0cf8a699f6f7a7d29b4a14d800bea9abbef4)

Change-Id: Ideb2aba46f4cf52acb9dd480993513a60dbfd6ce
cmds/installd/commands.cpp
cmds/installd/commands.h
cmds/installd/installd.cpp
cmds/installd/otapreopt.cpp