diff options
author | Steven Moreland <smoreland@google.com> | 2018-01-17 11:25:24 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2018-01-17 11:25:24 -0800 |
commit | 11f290b1ba23ad176ba434c2875a11f56a1ad88c (patch) | |
tree | d05062227b0a2ef3b0cf3d3bf4fde49b041c6caf | |
parent | 699df2167a9749ae3f091b7f5ed2e343251afbcc (diff) |
Update makefiles for audio.
This dependency is imported but not used, so it should technically
go in the Android.bp file.
Bug: 71863483
Test: none
Change-Id: I3ee391bdea47182689156b3243b75a3572f7d8bf
-rw-r--r-- | audio/2.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/2.0/Android.bp b/audio/2.0/Android.bp index 1643c12f46..d6e481fda4 100644 --- a/audio/2.0/Android.bp +++ b/audio/2.0/Android.bp @@ -18,6 +18,7 @@ hidl_interface { ], interfaces: [ "android.hardware.audio.common@2.0", + "android.hardware.audio.effect@2.0", "android.hidl.base@1.0", ], types: [ |