Remove vendor_availble of propertyinfoserializer

Bug: N/A
Test: m
Change-Id: I68a2bb323ac7cdc0abf3047e96ee02df010ff3c1
This commit is contained in:
Inseob Kim 2019-09-23 16:13:45 +09:00
parent cb2598e485
commit fa2ba387b9
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
cc_defaults {
name: "propertyinfoserializer_defaults",
host_supported: true,
vendor_available: true,
cpp_std: "experimental",
cppflags: [
"-Wall",
@ -9,10 +8,8 @@ cc_defaults {
"-Werror",
],
static_libs: [
"libpropertyinfoparser",
],
shared_libs: [
"libbase",
"libpropertyinfoparser",
],
}