summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-08-05 10:46:45 -0700
committerAlistair Delva <adelva@google.com>2020-08-05 10:46:52 -0700
commitf067ecc58e7370e3b87b853715c5fb54f0a472ff (patch)
tree1e93a892799aa40521c7ea96c01abbd95d7d0dc8
parent05711ec41f24d15e13c3cb85f1e12735e3421e08 (diff)
downloadbuild-tools-f067ecc58e7370e3b87b853715c5fb54f0a472ff.tar.gz
Add swig to SOONG_BINARIES
This tool is needed to build python bindings to libfdt in U-Boot. Bug: 162801433 Change-Id: I1a7d412e7f64567094709f2f9857bd9861506078
-rwxr-xr-xbuild-prebuilts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-prebuilts.sh b/build-prebuilts.sh
index 52b201a..56143a8 100755
--- a/build-prebuilts.sh
+++ b/build-prebuilts.sh
@@ -27,6 +27,7 @@ EOF
dtc
lz4
mkdtboimg.py
+ swig
ufdt_apply_overlay
)