summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:42:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:42:08 +0000
commitf2334c9b1a97ab2143cc944a8d99908b5dfc8736 (patch)
treef8eb138c451f77dba3bbbadb2196d953a6a30b05
parent89c42077b85ced602d749905792f716758d910f3 (diff)
parent185de3061a4078831bc8368cfc6ef8346907054e (diff)
downloadparameter-framework-android14-mainline-appsearch-release.tar.gz
Snap for 10453563 from 185de3061a4078831bc8368cfc6ef8346907054e to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: I4660bfa39dd00c48dadf23867e271abdc9b3f619
-rw-r--r--Android.bp50
1 files changed, 4 insertions, 46 deletions
diff --git a/Android.bp b/Android.bp
index e081b51..c9a87d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -388,14 +388,6 @@ python_library_host {
owner: "intel",
srcs: [":EddParser.py-srcs"],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
}
filegroup {
@@ -410,14 +402,6 @@ python_library_host {
owner: "intel",
srcs: [":PfwBaseTranslator.py-srcs"],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
}
filegroup {
@@ -436,14 +420,6 @@ python_library_host {
"PfwBaseTranslator.py",
"EddParser.py",
],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
}
sh_binary {
@@ -466,14 +442,6 @@ python_library_host {
owner: "intel",
srcs: [":hostConfig.py-srcs"],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
}
python_binary_host {
@@ -488,35 +456,25 @@ python_binary_host {
"hostConfig.py",
"PFWScriptGenerator.py",
],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
required: [
"domainGeneratorConnector",
],
}
-cc_prebuilt_binary {
+sh_binary {
name: "domainGenerator.sh",
- defaults: ["pfw_defaults"],
owner: "intel",
host_supported: true,
- srcs: ["upstream/tools/xmlGenerator/domainGenerator.sh"],
+ src: "upstream/tools/xmlGenerator/domainGenerator.sh",
}
-cc_prebuilt_binary {
+sh_binary {
name: "lightRoutingUpdate.sh",
- defaults: ["pfw_defaults"],
owner: "intel",
host_supported: true,
- srcs: ["upstream/tools/xmlGenerator/lightRoutingUpdate.sh"],
+ src: "upstream/tools/xmlGenerator/lightRoutingUpdate.sh",
}
//////////////////////////////////////////////////