Fix definition of android_stubs_current in sdk tests
This change fixes an issue with the definition of the
android_stubs_current (and similar) modules in the sdk tests. They were
incorrectly defined as java_sdk_library_import and not java_import.
Test: m nothing
Bug: 155164730
Merged-In: I4e9bfebdd2ff0a374e12284ccdf5ee5518968969
Change-Id: I4e9bfebdd2ff0a374e12284ccdf5ee5518968969
(cherry picked from commit 260bd316bf
)
This commit is contained in:
parent
cceb7f2c10
commit
608bcf73ee
1 changed files with 3 additions and 3 deletions
|
@ -46,13 +46,13 @@ java_system_modules_import {
|
|||
java_import {
|
||||
name: "core.platform.api.stubs",
|
||||
}
|
||||
java_sdk_library_import {
|
||||
java_import {
|
||||
name: "android_stubs_current",
|
||||
}
|
||||
java_sdk_library_import {
|
||||
java_import {
|
||||
name: "android_system_stubs_current",
|
||||
}
|
||||
java_sdk_library_import {
|
||||
java_import {
|
||||
name: "android_test_stubs_current",
|
||||
}
|
||||
java_import {
|
||||
|
|
Loading…
Reference in a new issue