commit | 4b68f5fe9510937b310e815684902331cfc8f9c9 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Tue Oct 18 11:45:37 2022 +0800 |
committer | Adam Shih <adamshih@google.com> | Tue Oct 18 13:38:13 2022 +0800 |
tree | 488f2f957b99a59f09a23be174339c4771d4396c | |
parent | 19236e907903bcb226c8f72e81e9819252430abb [diff] [blame] |
create a lib to hold commonly used functions Bug: 240530709 Test: adb bugreport Change-Id: Idcdcca968b65d2bd413b219d39fc1104dfc9f3b8
diff --git a/aoc/Android.bp b/aoc/Android.bp index 736f968..7af2424 100644 --- a/aoc/Android.bp +++ b/aoc/Android.bp
@@ -10,7 +10,10 @@ "-Wextra", "-Werror", ], - shared_libs: ["libbase"], + shared_libs: [ + "libbase", + "libdump", + ], vendor: true, relative_install_path: "dump", }