aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorGriff Hazen <griff@google.com>2014-03-03 22:59:24 -0800
committerGriff Hazen <griff@google.com>2014-03-03 22:59:24 -0800
commit92f79b77593156abc66ee6bff07fd626ecded6ec (patch)
tree03641d0752543d38e1c157fadd1294625d67d2cc /build
parent312b1eb7c4df2b0dbc90576675a6c83fc9c43ca8 (diff)
downloadsdk-92f79b77593156abc66ee6bff07fd626ecded6ec.zip
sdk-92f79b77593156abc66ee6bff07fd626ecded6ec.tar.gz
sdk-92f79b77593156abc66ee6bff07fd626ecded6ec.tar.bz2
Add sqlite3 to the sdk product deps.
It's needed by the tools atree, and an empty sdk.atree has a build breakage without it. Change-Id: I769918555302d7790199f698801130be7f8b28e7
Diffstat (limited to 'build')
-rw-r--r--build/product_sdk.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/product_sdk.mk b/build/product_sdk.mk
index 0587656..41bcf41 100644
--- a/build/product_sdk.mk
+++ b/build/product_sdk.mk
@@ -31,5 +31,5 @@ PRODUCT_PACKAGES += \
annotations \
mksdcard \
fastboot \
- emugen
-
+ emugen \
+ sqlite3 \