Merge "Add missing //apex_available:platform to debuggerd"

This commit is contained in:
Treehugger Robot 2021-05-14 01:34:03 +00:00 committed by Gerrit Code Review
commit a9d1799d3f

View file

@ -31,6 +31,7 @@ cc_library_static {
stl: "libc++_static",
apex_available: [
"//apex_available:platform",
"com.android.runtime",
],