Remove hardcoded LOCAL_MODULE_PATHS from vendor components. (bt)

This CL replaces all LOCAL_MODULE_PATH_* definitions for vendor shared
libraries with LOCAL_VENDOR_MODULE := true instead. This appropriately
generates sanitized versions of these libraries to /data/asan/* while
generating the stock versions in /vendor/lib* as desired.

Needed for ASAN builds to work correctly.

Bug: 37740897
Test: m -j40 && SANITIZE_TARGET="address" m -j40 # shared libs in
$ANDROID_PRODUCT_OUT/vendor/lib* do not contain asan symbols, while
the ones in $ANDROID_PRODUCT_OUT/data/asan/vendor/lib* do.

Change-Id: Iaa67166fa32f236313cef111c43bc927076d64fa
1 file changed
tree: 53f304444620d9fb35668265064377519852234f
  1. bthost_ipc/
  2. libbt-vendor/
  3. tools/
  4. Android.mk
  5. CleanSpec.mk