diff options
Diffstat (limited to 'cc')
-rw-r--r-- | cc/testing.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/testing.go b/cc/testing.go index 14a6b7a6a..c9d362da2 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -193,7 +193,7 @@ func commonDefaultModules() string { }, apex_available: [ "//apex_available:platform", - "myapex" + "//apex_available:anyapex", ], llndk: { symbol_file: "libm.map.txt", @@ -253,7 +253,7 @@ func commonDefaultModules() string { }, apex_available: [ "//apex_available:platform", - "myapex" + "//apex_available:anyapex", ], llndk: { symbol_file: "libdl.map.txt", |