diff options
| author | 2017-07-05 13:41:55 +0900 | |
|---|---|---|
| committer | 2017-07-05 22:44:09 +0000 | |
| commit | 4c35af09ea774288959b347d81365329b13be3a1 (patch) | |
| tree | 978333c39603fd0b368c068f331bda2fc3cded59 /python/python_test.go | |
| parent | 36242850fdad11b4e6fbe061ef30f62e7e8c08d8 (diff) | |
fix: a vendor variant of a lib doesn't re-export llndk headers
If a vendor (or vendor_available) lib has a dependency to a llndk
library, the name of the llndk library is modified to <name>.llndk.
There was a bug that this name modification is done only for shared_libs
property, but not for export_shared_lib_headers property. As a result,
the headers of the llndk was not re-exported. Fix the bug by modifying
export_shared_lib_headers property as well.
Bug: 63178444
Test: build
Test: look into out/soong/Android-<target>.mk. libutils.vendor has
system/core/liblog/include_vndk in its LOCAL_EXPORT_CFLAGS.
Change-Id: I6fcb1036cdb81ba167ead815b436a5cada283ede
Diffstat (limited to 'python/python_test.go')
0 files changed, 0 insertions, 0 deletions