diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2021-08-26 02:17:34 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2021-08-26 02:17:34 -0700 |
commit | 800092dfdc59acdf5a7594e0576e26d4e4d9dcac (patch) | |
tree | f71f01e736d9b70e5856fd9bbdf0bf8bcda959a6 /libc/Android.bp | |
parent | 555d228b48c09d9372395a9f66f4788e65782d6d (diff) | |
parent | 50ea1df5ef98170dec5ac2834b6587fae1d11e67 (diff) |
Merge 50ea1df5ef98170dec5ac2834b6587fae1d11e67 on remote branch
Change-Id: Ib8d2e57184758c537de47c68b5e8233cc6a34b5b
Diffstat (limited to 'libc/Android.bp')
-rw-r--r-- | libc/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index b51a3ba9a..44b443611 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -1234,6 +1234,7 @@ cc_library_static { }, }, whole_static_libs: [ + "libc_bionic_systrace", "libsystemproperties", ], cppflags: ["-Wold-style-cast"], |