From e350e36e7ba345ea37cc6818dd27ed816d0072ad Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Sat, 21 Sep 2024 01:49:34 +0000 Subject: Remove the internal selector module created by prebuilt_apex Since the deapex actions have been moved to the top-level apex, this internal module is no longer neessary. Test: go test ./apex Test: lunch cf_x86_64_phone-next-userdebug (uses mainline prebuilts) Test: verified no diff in file_list.txt Bug: 368337090 Change-Id: I53695e028a36a689fd1b026f5783de7d8567be76 --- apex/bootclasspath_fragment_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'apex/bootclasspath_fragment_test.go') diff --git a/apex/bootclasspath_fragment_test.go b/apex/bootclasspath_fragment_test.go index a0bac9166..e44d3f552 100644 --- a/apex/bootclasspath_fragment_test.go +++ b/apex/bootclasspath_fragment_test.go @@ -577,7 +577,6 @@ func TestBootclasspathFragmentInPrebuiltArtApex(t *testing.T) { `all_apex_contributions`, `dex2oatd`, `prebuilt_art-bootclasspath-fragment`, - `prebuilt_com.android.art.apex.selector`, }) java.CheckModuleDependencies(t, result.TestContext, "art-bootclasspath-fragment", "android_common_com.android.art", []string{ -- cgit v1.2.3-59-g8ed1b