summaryrefslogtreecommitdiffstats
path: root/power
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-08-14 13:31:54 -0700
committerSteven Moreland <smoreland@google.com>2018-08-14 13:33:39 -0700
commitac22c2c1edba892d3051582188c2034c03fcb819 (patch)
tree03dfaef3381e2d17f62aea5ccf964140bbda12a0 /power
parente5bf3a268e263340138b1118a8ec47ed309715d9 (diff)
downloadandroid_hardware_interfaces-ac22c2c1edba892d3051582188c2034c03fcb819.tar.gz
android_hardware_interfaces-ac22c2c1edba892d3051582188c2034c03fcb819.tar.bz2
android_hardware_interfaces-ac22c2c1edba892d3051582188c2034c03fcb819.zip
Add power@1.3 to the VNDK.
This was missing. Now update-makefiles is consistent w/ it. Bug: 110112323 Test: (sanity) build + boot walleye Change-Id: I29d4535b906d475c3b09e5f0c732c960986d1e38
Diffstat (limited to 'power')
-rw-r--r--power/1.3/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/power/1.3/Android.bp b/power/1.3/Android.bp
index 65b75977f..1869b5662 100644
--- a/power/1.3/Android.bp
+++ b/power/1.3/Android.bp
@@ -3,6 +3,9 @@
hidl_interface {
name: "android.hardware.power@1.3",
root: "android.hardware",
+ vndk: {
+ enabled: true,
+ },
srcs: [
"types.hal",
"IPower.hal",