From b3b05ba84d07f000f28bb94e348cda00abe94a36 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Jun 2024 16:34:19 +0000 Subject: [PATCH] Remove an out of date comment. libandroid_support no longer exists. Change-Id: I6e66f3e0fd5c58bff3c91563a33e0afc8614488c --- cc/cc_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/cc_test.go b/cc/cc_test.go index c2bb25ad8..776d13334 100644 --- a/cc/cc_test.go +++ b/cc/cc_test.go @@ -2908,8 +2908,6 @@ func TestIncludeDirectoryOrdering(t *testing.T) { PrepareForIntegrationTestWithCc, android.FixtureAddTextFile("external/foo/Android.bp", bp), ).RunTest(t) - // Use the arm variant instead of the arm64 variant so that it gets headers from - // ndk_libandroid_support to test LateStaticLibs. cflags := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_sdk_static").Output("obj/external/foo/foo.o").Args["cFlags"] var includes []string