summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2018-08-21 21:22:37 -0700
committerHridya Valsaraju <hridya@google.com>2018-10-05 12:20:46 -0700
commit805edb72d0bca42c59421440a896829e9a30c574 (patch)
treeb8c7f982ec8adbdbbf7a92fd0dcf6271e0a205e6 /Android.bp
parentcda50fa5a5718c4cfddaef55cd1b49ce8eca0573 (diff)
downloadcrosshatch-805edb72d0bca42c59421440a896829e9a30c574.tar.gz
Build bootctrl.sdm845 using Soong
This is required to build the recovery variant of the same to be used by fastbootd. Bug: 78793464 Test: make Change-Id: I16eddcb853bda1a9969810f258884ebdbbfc1f5c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0797b415..d0eded43 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
soong_namespace {
imports: ["hardware/google/interfaces",
- "hardware/google/pixel"],
+ "hardware/google/pixel",
+ "hardware/qcom/bootctrl"],
}