From ccc73dc9558710afe3177b53533abc90c10e414a Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Thu, 15 Oct 2020 18:37:06 +0000 Subject: [PATCH] Add new path to visibility rule prior to migration. BUG: 163786882 Test: TH Change-Id: I9ee33e64c07384cc8a238a19cf9445085cf7b94f --- libunwindstack/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index 7770b1350..8ea286eab 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -171,6 +171,8 @@ cc_library_static { "//system/core/debuggerd", "//system/core/init", "//system/core/libbacktrace", + // Temporary add the new path in preparation for migration. + "//system/unwinding/libbacktrace", ], apex_available: [ "//apex_available:platform",