diff options
author | 2025-02-19 14:46:09 -0800 | |
---|---|---|
committer | 2025-02-20 10:43:14 -0800 | |
commit | 69f0fd807b3abc8fb4e0eb2b5ebf3e1cc090a8f9 (patch) | |
tree | c7b0e0359455bfc4c928be878e2950714fda0341 /libdexfile | |
parent | 52ea66f5bde76ceae295c61e468e3eaaea33c609 (diff) |
Remove extraneous apex_available from art tests
The special case in Soong that was requring the workaround in
b/395617594 is being removed.
Bug: 395617594
Test: compare installs-${TARGET_PRODUCT}.mk
Change-Id: Id6bd97f6d0faaa7f10889b3c5f65fc39f50cc1ba
Diffstat (limited to 'libdexfile')
-rw-r--r-- | libdexfile/Android.bp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp index 5b859c2f05..69d51b6c01 100644 --- a/libdexfile/Android.bp +++ b/libdexfile/Android.bp @@ -398,9 +398,6 @@ art_cc_test { "art_test_defaults", "art_libdexfile_external_tests_defaults", ], - // TODO(b/395617594): This can be removed when apex_available is removed - // from art_test_defaults. - apex_available: ["//apex_available:platform"], } // Standalone version of ART gtest `art_libdexfile_external_tests`, not bundled with the ART APEX on @@ -543,9 +540,6 @@ art_cc_test { srcs: [ "external/dex_file_supp_test.cc", ], - // TODO(b/395617594): This can be removed when apex_available is removed - // from art_test_defaults. - apex_available: ["//apex_available:platform"], } // For use by external packages allowed to link in static libdexfile_support. @@ -611,9 +605,6 @@ art_cc_test { sanitize: { misc_undefined: ["shift"], }, - // TODO(b/395617594): This can be removed when apex_available is removed - // from art_test_defaults. - apex_available: ["//apex_available:platform"], } filegroup { |