Skip to content

Commit 3145938

Browse files
update the rest android 30
1 parent 8567078 commit 3145938

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/android/CHIPTest/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ android_library("java") {
7272
}
7373

7474
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"
7676
}
7777

7878
group("default") {

examples/tv-app/android/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ android_library("java") {
167167
javac_flags = [ "-Xlint:deprecation" ]
168168

169169
# 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)
171171
}
172172

173173
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"
175175
}
176176

177177
group("default") {

examples/tv-casting-app/android/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ android_library("java") {
120120
javac_flags = [ "-Xlint:deprecation" ]
121121

122122
# 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)
124124
}
125125

126126
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"
128128
}
129129

130130
group("default") {

examples/virtual-device-app/android/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ android_library("java") {
8585
javac_flags = [ "-Xlint:deprecation" ]
8686

8787
# 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)
8989
}
9090

9191
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"
9393
}
9494

9595
group("default") {

0 commit comments

Comments
 (0)