OSDN Git Service

Android: move libraries to /vendor
authorRob Herring <robh@kernel.org>
Fri, 15 Sep 2017 13:50:09 +0000 (08:50 -0500)
committerRob Herring <robh@kernel.org>
Wed, 11 Oct 2017 02:37:16 +0000 (21:37 -0500)
commitc3f75d483c72d4ceb22d32561f8d08bf3e0c8a0b
tree583ec64285c1d2c2cd3979d89260036e3df3b801
parent6f5abf31466aedd63234aa318f8d2d0e4cb35570
Android: move libraries to /vendor

As part of Treble project in Android O, all the device specific files have
to be located in a separate vendor partition. This is done by setting
LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not
break existing platforms without a vendor partition as it will just move
files to /system/vendor.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Android.common.mk