summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2023-12-18 04:08:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-18 04:08:36 +0000
commitc3d28de3c5d3ac9ac8c2b08d0db546edcd17d8fa (patch)
tree461b098402c5efbea9a7feed51ca8b7b29c4a05b
parent37486eacafa249a2b2aa619f076defe5d0ebac3d (diff)
parent2ebd8b0e80fb685124969e1d7619e177925c69d0 (diff)
downloadapex-android12-tests-dev.tar.gz
Merge "Test links libbase statically" into android12-tests-devandroid12-tests-dev
-rw-r--r--tests/native/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/native/Android.bp b/tests/native/Android.bp
index 219a055c..879c8853 100644
--- a/tests/native/Android.bp
+++ b/tests/native/Android.bp
@@ -34,12 +34,12 @@ cc_test {
},
shared_libs: [
- "libbase",
"liblog",
"libdl_android",
],
static_libs: [
+ "libbase",
"libc++fs",
"libfs_mgr",
],