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

Commit 0801b180 authored by Sorin Basca's avatar Sorin Basca
Browse files

Export com.sun.tools.javac.api for IsolatedHostTest

Bug: 233029164
Test: TH
Change-Id: I051c842d2bbf50764e7e6f4764e22f7a5c989336
parent 05cc591f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,5 +23,7 @@

    <test class="com.android.tradefed.testtype.IsolatedHostTest" >
        <option name="jar" value="{MODULE}.jar" />
        <option name="java-flags" value="--add-modules=jdk.compiler"/>
        <option name="java-flags" value="--add-exports=jdk.compiler/com.sun.tools.javac.api"/>
    </test>
</configuration>