diff options
author | Dan Willemsen <dwillemsen@google.com> | 2019-06-12 17:25:23 +0000 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2019-06-12 21:35:46 +0000 |
commit | b44163006754ac18400edf3d21e3ae5d42b61cab (patch) | |
tree | 6444142bcd12ad362dd42c68820df4e641714e36 /core/binary.mk | |
parent | bbe4e11a7681c52d2197ce35ae47d4939ca246b6 (diff) | |
download | platform_build-b44163006754ac18400edf3d21e3ae5d42b61cab.tar.gz platform_build-b44163006754ac18400edf3d21e3ae5d42b61cab.tar.bz2 platform_build-b44163006754ac18400edf3d21e3ae5d42b61cab.zip |
Depend on NDK libraries
Bug: 130111713
Test: treehugger
Test: build system image with RBE
Change-Id: Ibbe4e11a7681c52d2197ce35ae47d4939ca246b6
Diffstat (limited to 'core/binary.mk')
-rw-r--r-- | core/binary.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/binary.mk b/core/binary.mk index ad848626c2..f63e4cdee9 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -1362,6 +1362,10 @@ built_shared_libraries += \ $(my_ndk_shared_libraries_fullpath) \ $(my_system_shared_libraries_fullpath) \ +built_shared_library_deps += \ + $(my_ndk_shared_libraries_fullpath) \ + $(my_system_shared_libraries_fullpath) \ + else built_shared_libraries := \ $(foreach lib,$(installed_shared_library_module_names), \ |