Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_interfaces
/
e56eafc61ddfcc445120d45771eb36ad83f552a6
/
.
/
health
/
2.0
/
libstoragehealthdefault
/
Android.bp
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"
,
],
}