diff options
Diffstat (limited to 'libprofile/Android.bp')
-rw-r--r-- | libprofile/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libprofile/Android.bp b/libprofile/Android.bp index beae8a9863..5d52d6bc0f 100644 --- a/libprofile/Android.bp +++ b/libprofile/Android.bp @@ -177,7 +177,7 @@ art_cc_library { // For now many of these tests still use CommonRuntimeTest, almost universally because of // ScratchFile and related. // TODO: Remove CommonRuntimeTest dependency from these tests. -art_cc_defaults { +cc_defaults { name: "art_libprofile_tests_defaults", data: [ ":art-gtest-jars-ManyMethods", |