Merge changes from topic 'configstore'

am: e3a0c607cd

Change-Id: I3b50189813bde7b84e9e545e37717a4e8bda5801
This commit is contained in:
Jaesoo Lee
2017-03-14 06:51:13 +00:00
committed by android-build-merger

View File

@@ -14,15 +14,14 @@
// limitations under the License.
//
cc_library_static {
cc_library_headers {
name: "android.hardware.configstore-utils",
defaults: ["hidl_defaults"],
export_include_dirs: ["include"],
srcs: [],
shared_libs: [
"android.hardware.configstore@1.0",
"libhidlbase"
],
export_shared_lib_headers: [
"android.hardware.configstore@1.0",
"libhidlbase"
],
}