Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec02895d authored by Winson Chiu's avatar Winson Chiu
Browse files

Mark ImmutabilityProcessorTest as unit_test

So that it doesn't require device. Attempt to stop it from running
on device target builds.

Bug: 265439335

Test: atest ImmutabilityProcessorTest

Change-Id: I153106f3d8cdf0a50c427c102c2119a0c2fa4e60
parent 08c808e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ java_test_host {
    java_resources: [":ImmutabilityAnnotationJavaSource"],

    test_suites: ["general-tests"],
    test_options: {
        unit_test: true,
    },
    javacflags: [
        "--add-modules=jdk.compiler",
        "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",