File tree 4 files changed +7
-7
lines changed
virtual-device-app/android
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ android_library("java") {
72
72
}
73
73
74
74
java_prebuilt (" android" ) {
75
- jar_path = " ${ android_sdk_root } /platforms/android-26 /android.jar"
75
+ jar_path = " ${ android_sdk_root } /platforms/android-30 /android.jar"
76
76
}
77
77
78
78
group (" default" ) {
Original file line number Diff line number Diff line change @@ -167,11 +167,11 @@ android_library("java") {
167
167
javac_flags = [ " -Xlint:deprecation" ]
168
168
169
169
# TODO: add classpath support (we likely need to add something like
170
- # ..../platforms/android-26 /android.jar to access BLE items)
170
+ # ..../platforms/android-30 /android.jar to access BLE items)
171
171
}
172
172
173
173
java_prebuilt (" android" ) {
174
- jar_path = " ${ android_sdk_root } /platforms/android-26 /android.jar"
174
+ jar_path = " ${ android_sdk_root } /platforms/android-30 /android.jar"
175
175
}
176
176
177
177
group (" default" ) {
Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ android_library("java") {
120
120
javac_flags = [ " -Xlint:deprecation" ]
121
121
122
122
# TODO: add classpath support (we likely need to add something like
123
- # ..../platforms/android-26 /android.jar to access BLE items)
123
+ # ..../platforms/android-30 /android.jar to access BLE items)
124
124
}
125
125
126
126
java_prebuilt (" android" ) {
127
- jar_path = " ${ android_sdk_root } /platforms/android-26 /android.jar"
127
+ jar_path = " ${ android_sdk_root } /platforms/android-30 /android.jar"
128
128
}
129
129
130
130
group (" default" ) {
Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ android_library("java") {
85
85
javac_flags = [ " -Xlint:deprecation" ]
86
86
87
87
# TODO: add classpath support (we likely need to add something like
88
- # ..../platforms/android-26 /android.jar to access BLE items)
88
+ # ..../platforms/android-30 /android.jar to access BLE items)
89
89
}
90
90
91
91
java_prebuilt (" android" ) {
92
- jar_path = " ${ android_sdk_root } /platforms/android-26 /android.jar"
92
+ jar_path = " ${ android_sdk_root } /platforms/android-30 /android.jar"
93
93
}
94
94
95
95
group (" default" ) {
You can’t perform that action at this time.
0 commit comments