summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:06:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:06:55 +0000
commit8e7409b9db3be0abd740015577349e47925c1fdd (patch)
treeed79e3f89e5cdf5059216a85b0bfdfee343ef60a
parent6a2a4067282e610d50c3f579143ea186256ef3b1 (diff)
parenta588cc1e19f4f6992bf2dc6ce50825d1f1d48b52 (diff)
downloadapex-8e7409b9db3be0abd740015577349e47925c1fdd.tar.gz
Snap for 11273583 from a588cc1e19f4f6992bf2dc6ce50825d1f1d48b52 to mainline-resolv-releaseaml_res_341510000
Change-Id: Idb1a6c6e20f6e5138cea71ecfd4e1c6c3bd052b2
-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",
],