diff options
author | bohu <bohu@google.com> | 2015-05-27 17:53:11 -0700 |
---|---|---|
committer | bohu <bohu@google.com> | 2015-05-27 17:53:11 -0700 |
commit | 1d8b2702675555ca1b2f074379b5a56b369e71aa (patch) | |
tree | d4db6acd043c77aedb15bab00d1bba0c6bb5f1da /target/product | |
parent | 45c8b574b63e3f79446a10e98001f96302b17179 (diff) | |
download | build-1d8b2702675555ca1b2f074379b5a56b369e71aa.zip build-1d8b2702675555ca1b2f074379b5a56b369e71aa.tar.gz build-1d8b2702675555ca1b2f074379b5a56b369e71aa.tar.bz2 |
Include fingerprintd on emulator images
Change-Id: I453d7d3fa3844bdb26c8279982b8b5b246032926
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/emulator.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/emulator.mk b/target/product/emulator.mk index d9ff62e..9f0f8a8 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -47,6 +47,7 @@ PRODUCT_PACKAGES += \ vibrator.goldfish \ power.goldfish \ fingerprint.ranchu \ + fingerprintd \ sensors.ranchu |