summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/cc_test.go2
1 files changed, 0 insertions, 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