Merge "Tethering: add in-process vs out-of-process flag"
This commit is contained in:
@@ -18,6 +18,20 @@ package {
|
|||||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "TetheringInProcessFlag",
|
||||||
|
src: "in-process",
|
||||||
|
filename_from_src: true,
|
||||||
|
sub_dir: "flag",
|
||||||
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "TetheringOutOfProcessFlag",
|
||||||
|
src: "out-of-process",
|
||||||
|
filename_from_src: true,
|
||||||
|
sub_dir: "flag",
|
||||||
|
}
|
||||||
|
|
||||||
// Defaults to enable/disable java targets which uses development APIs. "enabled" may have a
|
// Defaults to enable/disable java targets which uses development APIs. "enabled" may have a
|
||||||
// different value depending on the branch.
|
// different value depending on the branch.
|
||||||
java_defaults {
|
java_defaults {
|
||||||
@@ -82,6 +96,7 @@ apex {
|
|||||||
prebuilts: [
|
prebuilts: [
|
||||||
"current_sdkinfo",
|
"current_sdkinfo",
|
||||||
"privapp_allowlist_com.android.tethering",
|
"privapp_allowlist_com.android.tethering",
|
||||||
|
"TetheringOutOfProcessFlag",
|
||||||
],
|
],
|
||||||
manifest: "manifest.json",
|
manifest: "manifest.json",
|
||||||
key: "com.android.tethering.key",
|
key: "com.android.tethering.key",
|
||||||
@@ -187,4 +202,9 @@ override_apex {
|
|||||||
"ServiceConnectivityResources",
|
"ServiceConnectivityResources",
|
||||||
"InProcessTethering",
|
"InProcessTethering",
|
||||||
],
|
],
|
||||||
|
prebuilts: [
|
||||||
|
"current_sdkinfo",
|
||||||
|
"privapp_allowlist_com.android.tethering",
|
||||||
|
"TetheringInProcessFlag",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
0
Tethering/apex/in-process
Normal file
0
Tethering/apex/in-process
Normal file
0
Tethering/apex/out-of-process
Normal file
0
Tethering/apex/out-of-process
Normal file
Reference in New Issue
Block a user