summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:37 +0000
commit50c6b4cbdb8ce5e4c8c17b51c065d814d4c7223e (patch)
treef8eb138c451f77dba3bbbadb2196d953a6a30b05
parent0e8aa1d6e28c31adc36b89e4a5b3c4e2c8f5f8e3 (diff)
parent185de3061a4078831bc8368cfc6ef8346907054e (diff)
downloadparameter-framework-aml_uwb_341111010.tar.gz
Change-Id: I592bb60b70953b5fdf4b297ec63fe63f2e9e1958
-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",
}
//////////////////////////////////////////////////