Commit graph

13 commits

Author SHA1 Message Date
Volodymyr Zhdanov
7573dba6d6
sdm660-common: Build some extra vendor libraries for camera
* I know it looks ugly but xiaomi does that on production devices
* such as whyred or sagit internal treble beta, so why not
2019-08-14 10:04:13 +02:00
Bruno Martins
6a5e3bad77
sdm660-common: Build with VNDK
* VNDK runtime isolation is kept disabled for now because that's
   also how Xiaomi is shipping P on their devices.

Change-Id: I43140442ab33f3e9633bb4f347e2bee9be97b447
2019-08-14 10:04:13 +02:00
dianlujitao
4c820c76d9
sdm660-common: Copy vendor HIDL interface libs to /vendor
* Move vendor android.hidl.base@1.0 to EXTRA_VENDOR_LIBRARIES as well
   to make code cleaner.
 * Remove android.hidl.manager@1.0-java from product packages as it's
   built by default.

Change-Id: Ia95e09b21ce42137cac9a1dd22f208fd9de9bf20
2019-08-14 10:04:13 +02:00
Divya Sharma
7f89f773d1
sdm660-common: Migrate to versioned VNDK layout
Bug: 78605339
Test: boots

Change-Id: I43a22047d0bd21c57a2eee866799a96582aa6d70
2019-08-14 10:04:13 +02:00
Vinay Verma
8c2ec833d4
sdm660-common: Disable vndk-sp creation for VNDK enabled targets.
Change-Id: Idf17c7ddeab922c231fc3e9bb786c45dfa54684b
2019-08-14 10:04:13 +02:00
Nivedita Sarkar
b7a234474d
wayne-common: Add libsutilscallstack to the vndk libraries
- libutilscallstack is being dynamically loaded by
  a vndk enabled library that is available to vendor
  but lisutilscallstack is not

- To fix this, we need to add libutilscallstack to vndk libraries

- Also add any dependent libraries (libdexfile)

Change-Id: Iefb26b9d50f2cef3902a035c78fbd58b418db116
CRs-Fixed: 2191124
2019-08-14 10:04:09 +02:00
Siddeswar Aluganti
539451fbaa
wayne-common: Add libunwindstack to vndk-sp.
Change-Id: I7e30ed1aee1fdd8235820570753f8af02f8a6556
2019-08-14 10:04:09 +02:00
Divya Sharma
62f084d352
wayne-common: Migrate to versioned VNDK layout
Bug: 78605339
Test: boots

Change-Id: I43a22047d0bd21c57a2eee866799a96582aa6d70
2019-08-14 10:04:09 +02:00
Vinay Verma
f9ebba028a
wayne-common: Disable vndk-sp creation for VNDK enabled targets.
Change-Id: Idf17c7ddeab922c231fc3e9bb786c45dfa54684b
2019-08-14 10:04:09 +02:00
Naseer Ahmed
4e350e4c0c
wayne-common: Add Mapper 2.1 to VNDK SP list
Change-Id: I24cbc517877e4e7f5827556061dcb5874918fc35
2019-08-14 10:04:09 +02:00
Isaac Chen
f3b23dd109
Revert "Revert "wayne: Update vndk-sp build mechanism and library set.""
This reverts commit f40c0a7d0f.
2019-08-14 10:04:09 +02:00
Isaac Chen
f40c0a7d0f Revert "wayne: Update vndk-sp build mechanism and library set."
This reverts commit 62ca3a07ab.
2018-09-05 00:00:08 +00:00
padarshr
62ca3a07ab wayne: Update vndk-sp build mechanism and library set.
This change is to add some more libraries needed to
be present in the vndk-sp library set. Also, move towards
a better the mechanism to build vndk-sp.

Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2018-07-13 00:02:51 +08:00