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:
committed by
Gerrit - the friendly Code Review server
parent
b1e623e031
commit
42404f40b1
@@ -19,7 +19,7 @@ cc_library_shared {
|
||||
|
||||
cc_library_shared {
|
||||
name: "libqdMetaData",
|
||||
vendor_available: true,
|
||||
vendor: true,
|
||||
defaults: ["display_defaults"],
|
||||
cflags: [
|
||||
"-Wno-sign-conversion",
|
||||
|
||||
Reference in New Issue
Block a user