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

Commit 0c26850d authored by Jihoon Kang's avatar Jihoon Kang Committed by Gerrit Code Review
Browse files

Merge "Specify is_stubs_module property in selected aconfig library modules" into main

parents 00378b19 48f2b22b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ java_library {
    sdk_version: "none",
    system_modules: "core-all-system-modules",
    host_supported: true,
    is_stubs_module: true,
}

java_library {
@@ -31,4 +32,5 @@ java_library {
    ],
    sdk_version: "core_current",
    host_supported: true,
    is_stubs_module: true,
}