From 42404f40b1198413e2a7c7cb4d75c5547ec9ae7c Mon Sep 17 00:00:00 2001 From: Naseer Ahmed Date: Wed, 4 Apr 2018 13:09:28 -0400 Subject: [PATCH] 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 --- libqdutils/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqdutils/Android.bp b/libqdutils/Android.bp index a6b6ec34..0c1b96a1 100644 --- a/libqdutils/Android.bp +++ b/libqdutils/Android.bp @@ -19,7 +19,7 @@ cc_library_shared { cc_library_shared { name: "libqdMetaData", - vendor_available: true, + vendor: true, defaults: ["display_defaults"], cflags: [ "-Wno-sign-conversion",