qdutils: Fix vendor flag

If VNDK version is not enabled, the vendor_available flag
only installs the library in the system partition

Change-Id: If49b05a1cb04472e9d4fecb98ba8b56a18029896
This commit is contained in:
Naseer Ahmed
2018-04-04 13:09:28 -04:00
committed by Gerrit - the friendly Code Review server
parent b1e623e031
commit 42404f40b1

View File

@@ -19,7 +19,7 @@ cc_library_shared {
cc_library_shared {
name: "libqdMetaData",
vendor_available: true,
vendor: true,
defaults: ["display_defaults"],
cflags: [
"-Wno-sign-conversion",