commit | 1e96f8c622cb4dd3332f5859e3178cce0a37f916 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Thu Apr 25 19:50:01 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Fri Apr 26 13:46:09 2024 +0000 |
tree | 85e440cc53852f3e3408141279bed7aca415f589 | |
parent | b39c877ae058b6217f416783453b7433fd969494 [diff] [blame] |
Switch to static deps Bug: 328444881 Test: m Change-Id: I53ad95ca281031ec98d5df66ada0ed69749da312
diff --git a/apex/apex_test.go b/apex/apex_test.go index 8a3735c..3e284b1 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go
@@ -10694,6 +10694,9 @@ cc_library { name: "libbase", srcs: ["libbase.cc"], + apex_available: [ + "myapex", + ], } cc_library { name: "libaconfig_storage_read_api_cc",