aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2019-02-27 14:19:50 -0800
committerAlex Light <allight@google.com>2019-03-01 01:56:14 +0000
commit778127a04192ffcf6df443f253e8a69868e3c529 (patch)
tree68a08f82f11f1a2be4b784998ec7ee0ade641cb5 /Android.bp
parentef36053829238e24088c578eeac08a1693177757 (diff)
downloadbuild_soong-778127a04192ffcf6df443f253e8a69868e3c529.tar.gz
build_soong-778127a04192ffcf6df443f253e8a69868e3c529.tar.bz2
build_soong-778127a04192ffcf6df443f253e8a69868e3c529.zip
Add support for including py_binary and *_go_binary in apexs
These additional binary types are useful for some apexs. Add the ability to include them. Due to the nature of the resulting artifacts only py binaries with embedded launchers and host go binaries are supported. Test: m com.android.support.apexer Bug: 119332365 Bug: 119332362 Change-Id: I27c253d3647cf7bbe15896610d7a74a5f93e8bec
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e9597f4a..4d730490 100644
--- a/Android.bp
+++ b/Android.bp
@@ -375,6 +375,7 @@ bootstrap_go_package {
"soong-android",
"soong-cc",
"soong-java",
+ "soong-python",
],
srcs: [
"apex/apex.go",