summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:07:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:07:55 +0000
commit0a779daeb0b9cf841eec4b7c34c40df06d906c52 (patch)
treef8eb138c451f77dba3bbbadb2196d953a6a30b05
parentade44224e6eb3da6c8e49835e5f47db121cac7c5 (diff)
parent185de3061a4078831bc8368cfc6ef8346907054e (diff)
downloadparameter-framework-aml_tz5_341510010.tar.gz
Snap for 9550733 from 185de3061a4078831bc8368cfc6ef8346907054e to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: Iefab8fb5c1dca4aba870956ca38fa7d2bb308742
-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",
}
//////////////////////////////////////////////////