diff options
| author | 2020-10-23 14:36:11 +0900 | |
|---|---|---|
| committer | 2020-10-27 14:11:16 +0900 | |
| commit | 81235ffb969ee5ff555fed0b50b62707e7da8d3f (patch) | |
| tree | 8b7c598a3370ac5962c2a43597205321716091f4 /java/java.go | |
| parent | 38da41c23411190a4111528e4ca71fa577deb9b3 (diff) | |
Set stem and suffix for vndk prebuilt libraries
This is to pass check_elf_files when vendor modules link against vndk
prebuilts. Because of the ".vendor" suffix, the intermediate path
becomes "libfoo.vendor.so" and it makes check_elf_files fail, when stem
and suffix is not specified.
Also, by adding such fields, devices with empty BOARD_VNDK_VERSION can
experience a build break due to collision between VNDK snapshot and VNDK
source module. To completely prevent such collision, all vndk snapshots
become explicitly uninstallable, and they are disabled if
BOARD_VNDK_VERSION is empty.
Test: build/soong/build_test.bash
Change-Id: I54a0f33fd0b84ab9376ee3d75b83113b94bbacae
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions