summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Gaffie <francois.gaffie@renault.com>2018-12-20 09:08:23 +0100
committerEric Laurent <elaurent@google.com>2019-04-29 11:50:19 -0700
commita20e7087eaa8d95ff82f1777f0c21a836608fc57 (patch)
tree3f4adef7bceceddd7d7ccdcce6f8b25e903172f8
parente658c5390cc6bfa252f8fb9e1e52a65f65a02b14 (diff)
downloadparameter-framework-android10-qpr3-s1-release.tar.gz
Note: dependency on external/icu Bug: 130284799 Test: make Change-Id: Iadccf8335a101207559ad45522b6179cade54c58 Signed-off-by: Francois Gaffie <francois.gaffie@renault.com>
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6155d3d..a93f91d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,7 @@
cc_defaults {
name: "pfw_defaults",
host_supported: true,
+ vendor_available: true,
cflags: [
"-frtti",
@@ -44,6 +45,7 @@ cc_library_static {
name: "libpfw_utility",
defaults: ["pfw_defaults"],
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["upstream/utility"],
@@ -89,6 +91,7 @@ cc_library_shared {
cc_defaults {
name: "libparameter-defaults",
defaults: ["pfw_defaults"],
+ vendor_available: true,
cppflags: [
"-Wno-instantiation-after-specialization",