summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 14:10:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 14:10:49 +0000
commitfc91a1ed7be1bd8c85e9ccc1fcac2759cc213b17 (patch)
tree1d4796556dba517e456b2e7fcf828fda75408a14
parent0396c5f14f3094842cbfac3475a61c59ebbf875a (diff)
parent2ecfac0bb0899454ddf44c6ca50b35a8698681c1 (diff)
downloadWifi-android13-frc-neuralnetworks-release.tar.gz
Snap for 8745897 from 2ecfac0bb0899454ddf44c6ca50b35a8698681c1 to tm-frc-neuralnetworks-releaset_frc_neu_330443030t_frc_neu_330443000android13-frc-neuralnetworks-release
Change-Id: I08ba01732da2c7df430561fbdd3c2771438f5b1b
-rw-r--r--.prebuilt_info/prebuilt_info_current_current_zip.asciipb2
-rw-r--r--current/Android.bp67
-rw-r--r--current/snapshot-creation-build-number.txt2
3 files changed, 48 insertions, 23 deletions
diff --git a/.prebuilt_info/prebuilt_info_current_current_zip.asciipb b/.prebuilt_info/prebuilt_info_current_current_zip.asciipb
index 39f602d..c0f2a47 100644
--- a/.prebuilt_info/prebuilt_info_current_current_zip.asciipb
+++ b/.prebuilt_info/prebuilt_info_current_current_zip.asciipb
@@ -1,6 +1,6 @@
drops {
android_build_drop {
- build_id: "T1004135"
+ build_id: "T1004196"
target: "train_build"
source_file: "mainline-sdks/for-Tiramisu-build/current/com.google.android.wifi/sdk/wifi-module-sdk-current.zip"
}
diff --git a/current/Android.bp b/current/Android.bp
index c9d5a75..8d8a110 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -1,14 +1,39 @@
// This is auto-generated. DO NOT EDIT.
-// Soong config variable stanza added by vendor/google/build/mainline_modules_sdks.py.
-soong_config_module_type_import {
- from: "packages/modules/common/Android.bp",
- module_types: [
- "module_java_import",
- "module_java_sdk_library_import",
- "module_prebuilt_bootclasspath_fragment",
- "module_prebuilt_systemserverclasspath_fragment",
- ],
+// Soong config variable module type added by vendor/google/build/mainline_modules_sdks.py.
+soong_config_module_type {
+ name: "wifi_prebuilt_java_import",
+ module_type: "java_import",
+ config_namespace: "wifi_module",
+ bool_variables: ["source_build"],
+ properties: ["prefer"],
+}
+
+// Soong config variable module type added by vendor/google/build/mainline_modules_sdks.py.
+soong_config_module_type {
+ name: "wifi_prebuilt_java_sdk_library_import",
+ module_type: "java_sdk_library_import",
+ config_namespace: "wifi_module",
+ bool_variables: ["source_build"],
+ properties: ["prefer"],
+}
+
+// Soong config variable module type added by vendor/google/build/mainline_modules_sdks.py.
+soong_config_module_type {
+ name: "wifi_prebuilt_prebuilt_bootclasspath_fragment",
+ module_type: "prebuilt_bootclasspath_fragment",
+ config_namespace: "wifi_module",
+ bool_variables: ["source_build"],
+ properties: ["prefer"],
+}
+
+// Soong config variable module type added by vendor/google/build/mainline_modules_sdks.py.
+soong_config_module_type {
+ name: "wifi_prebuilt_prebuilt_systemserverclasspath_fragment",
+ module_type: "prebuilt_systemserverclasspath_fragment",
+ config_namespace: "wifi_module",
+ bool_variables: ["source_build"],
+ properties: ["prefer"],
}
package {
@@ -43,12 +68,12 @@ prebuilt_bootclasspath_fragment {
},
}
-module_prebuilt_bootclasspath_fragment {
+wifi_prebuilt_prebuilt_bootclasspath_fragment {
name: "com.android.wifi-bootclasspath-fragment",
- // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
+ // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "wifi_module" is true.
prefer: true,
soong_config_variables: {
- module_build_from_source: {
+ source_build: {
prefer: false,
},
},
@@ -116,12 +141,12 @@ java_sdk_library_import {
},
}
-module_java_sdk_library_import {
+wifi_prebuilt_java_sdk_library_import {
name: "framework-wifi",
- // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
+ // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "wifi_module" is true.
prefer: true,
soong_config_variables: {
- module_build_from_source: {
+ source_build: {
prefer: false,
},
},
@@ -181,12 +206,12 @@ java_import {
jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-wifi.jar"],
}
-module_java_import {
+wifi_prebuilt_java_import {
name: "service-wifi",
- // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
+ // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "wifi_module" is true.
prefer: true,
soong_config_variables: {
- module_build_from_source: {
+ source_build: {
prefer: false,
},
},
@@ -229,12 +254,12 @@ prebuilt_systemserverclasspath_fragment {
standalone_contents: ["wifi-module-sdk_service-wifi@current"],
}
-module_prebuilt_systemserverclasspath_fragment {
+wifi_prebuilt_prebuilt_systemserverclasspath_fragment {
name: "com.android.wifi-systemserverclasspath-fragment",
- // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true.
+ // Do not prefer prebuilt if the Soong config variable "source_build" in namespace "wifi_module" is true.
prefer: true,
soong_config_variables: {
- module_build_from_source: {
+ source_build: {
prefer: false,
},
},
diff --git a/current/snapshot-creation-build-number.txt b/current/snapshot-creation-build-number.txt
index a64f2fc..6e2e131 100644
--- a/current/snapshot-creation-build-number.txt
+++ b/current/snapshot-creation-build-number.txt
@@ -1 +1 @@
-8685210 \ No newline at end of file
+8715879 \ No newline at end of file