commit | 345ee05e774505652fb6d2374edf0dd853f881cf | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Wed Feb 18 13:21:45 2015 -0800 |
committer | Tim Kilbourn <tkilbourn@google.com> | Mon Apr 27 10:19:47 2015 -0700 |
tree | d13266a58291396ccf6f0b14f88723ae5c9e0084 | |
parent | 566239bc2e7806781ff33e7d0c53750e0f4196cb [diff] [blame] |
Add input HAL to device builds Change-Id: I11d1624947dcc3cdcd0d648de6cc25901c91dac6
diff --git a/target/product/base.mk b/target/product/base.mk index 15f4c1a..60b48f7 100644 --- a/target/product/base.mk +++ b/target/product/base.mk
@@ -38,6 +38,8 @@ fsck_msdos \ ime \ input \ + inputflinger \ + inputflingerhost \ javax.obex \ libandroid \ libandroid_runtime \ @@ -55,6 +57,7 @@ libeffects \ libinput \ libinputflinger \ + libinputflingerhost \ libiprouteutil \ libjnigraphics \ libldnhncr \