blob: 986e1eff86ed75dff4e3fd60f71e4b115596c1d0 [file] [log] [blame]
// Copyright 2018 The Android Open Source Project
cc_library_static {
srcs: ["StorageHealthDefault.cpp"],
name: "libhealthstoragedefault",
vendor_available: true,
cflags: ["-Werror"],
shared_libs: [
"android.hardware.health@2.0",
],
}