commit | eb0e9d2340b009498150912c06be946f34187c89 | [log] [tgz] |
---|---|---|
author | Diego Wilson <diegowilson@google.com> | Fri Feb 24 17:07:28 2017 -0800 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Sun Nov 26 19:22:01 2017 +0000 |
tree | 188c49aea3fd82e132cc6ad6b37883d5f4217719 | |
parent | 6b2b66ca413972c4b5166dd084ae6eebbc40c9cb [diff] |
consumerir: Move device dependent modules to /vendor Change-Id: Ia05938d479babea4e0d7d25d52c818a43cedf362
diff --git a/consumerir/Android.mk b/consumerir/Android.mk index 3573430..2df62d7 100644 --- a/consumerir/Android.mk +++ b/consumerir/Android.mk
@@ -32,5 +32,6 @@ LOCAL_MODULE := consumerir.$(IR_HAL_SUFFIX) LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_MODULE_TAGS := optional +LOCAL_PROPRIETARY_MODULE := true include $(BUILD_SHARED_LIBRARY)