summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-20 23:01:05 -0700
committerTao Bao <tbao@google.com>2019-05-20 23:07:58 -0700
commit2c39936a105a6270365e4381611b4006bf666a7a (patch)
treee746e1dcdde29aeea5b4a3d5c0a050c895ff478f /Android.bp
parent632445b7d218cf0c8cdde27b0240ff4ab0b25b5e (diff)
Deprecate PRODUCT_STATIC_BOOT_CONTROL_HAL.
In favor of using boot control HAL under recovery. Bug: 34254109 Test: TreeHugger Test: Sideloading a package on bonito. Change-Id: Ie9b11d41675be6b3aa13a51925b6b124b05fa44f
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 e69df8d8..913278a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,5 +2,6 @@ soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
+ "hardware/qcom/bootctrl",
],
}