commit | 632579d979e445b978d1fb2e34c51431cb8ab059 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 27 18:32:39 2017 -0700 |
committer | Jayant Chowdhary <jchowdhary@google.com> | Wed May 31 01:45:57 2017 +0000 |
tree | 0d2788ae30ccc057d23254b30a1c9b464e49f215 | |
parent | 1d619f743d328d63feacd31182e27099ca5bdc3c [diff] [blame] |
configstore-utils: vendor_available Test: with BOARD_VNDK_VERSION := current (cherry picked from commit 65af0612ce5bd5f8d86e489b83971c2bd17badb2) Merged-In: Ied49d6affe69099bc08a58e1d5e38052d018a2e8 Change-Id: I6278d659957829bce4ebdf44615ad25b371658d8
diff --git a/configstore/utils/Android.bp b/configstore/utils/Android.bp index 2c8aad6..a4cad66 100644 --- a/configstore/utils/Android.bp +++ b/configstore/utils/Android.bp
@@ -16,6 +16,7 @@ cc_library_shared { name: "android.hardware.configstore-utils", + vendor_available: true, defaults: ["hidl_defaults"], srcs: [ "ConfigStoreUtils.cpp" ],