summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:34 +0000
commit1d0076563e0a87951aab9fe9a53788d1a749c309 (patch)
treef8eb138c451f77dba3bbbadb2196d953a6a30b05
parent7cb2500f3c4d0266f298eaf2824acdaab803b9de (diff)
parent185de3061a4078831bc8368cfc6ef8346907054e (diff)
downloadparameter-framework-1d0076563e0a87951aab9fe9a53788d1a749c309.tar.gz
Snap for 10453563 from 185de3061a4078831bc8368cfc6ef8346907054e to mainline-conscrypt-releaseaml_con_341614000aml_con_341511080aml_con_341410300aml_con_341310090aml_con_341110000android14-mainline-conscrypt-release
Change-Id: I61d85506aaf96cdf86033a8d15455ef16619081c
-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",
}
//////////////////////////////////////////////////