commit | 42404f40b1198413e2a7c7cb4d75c5547ec9ae7c | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Wed Apr 04 13:09:28 2018 -0400 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Apr 04 10:35:23 2018 -0700 |
tree | 81a663511b251c91e8d996325bfb66094a9de922 | |
parent | b1e623e031d74d84fe3f60ef857a3853d714c3a7 [diff] [blame] |
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
diff --git a/libqdutils/Android.bp b/libqdutils/Android.bp index a6b6ec3..0c1b96a 100644 --- a/libqdutils/Android.bp +++ b/libqdutils/Android.bp
@@ -19,7 +19,7 @@ cc_library_shared { name: "libqdMetaData", - vendor_available: true, + vendor: true, defaults: ["display_defaults"], cflags: [ "-Wno-sign-conversion",