summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Duarte <licorne@google.com>2022-03-08 15:37:07 +0000
committerDavid Duarte <licorne@google.com>2022-03-08 16:59:42 +0000
commitf54b6d0f62f09c9cccdd7df9192d9ccdd4a7a84e (patch)
tree95807c69ef3ed3e114e86ebb8480a94b9ea90789
parent9e65d1402e03f941b7b18d085b132d55a28aecb3 (diff)
downloadunwinding-f54b6d0f62f09c9cccdd7df9192d9ccdd4a7a84e.tar.gz
Move RootCanal to tools/ folder
The new directory is added as a new visibility rules instead of replacing the old one to avoid an automerger conflict. The old path will be removed in a following CL. Test: m root-canal Change-Id: Ic6489b57d0b03cf6f0c7cd400b578394cdea300d
-rw-r--r--libbacktrace/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index dded0ae..e30ef5e 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -131,6 +131,7 @@ cc_library {
"//packages/modules/Bluetooth/system/vendor_libs/test_vendor_lib",
"//system/core/init",
"//system/core/libutils",
+ "//packages/modules/Bluetooth/tools/rootcanal",
],
min_sdk_version: "apex_inherit",
vndk: {