aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wan <quanwanandy@google.com>2018-08-08 10:41:06 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-08 10:41:06 -0700
commit6127aaa6b57ef408fa53e8ad0c2574e6b9036e9a (patch)
treefb32fc76dc74bdc1840495eb911dbbf62fecd66a
parentb41368f24af783dcce2fd41fa9fc8f223a4c844e (diff)
parenteaf9f1afd3f1e69c1510e74f6df24b2316627d3b (diff)
downloadepid-sdk-6127aaa6b57ef408fa53e8ad0c2574e6b9036e9a.tar.gz
Merge "Minor changes to Android.bp in epid sdk" am: cd507720cc am: f69ba93887
am: eaf9f1afd3 Change-Id: I73223b4b37d469f99ff9e0cb8752e5dcb9f16f36
-rw-r--r--Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3a49a31..39b5f22 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,7 +17,6 @@ cc_defaults {
"-fPIC",
"-O2",
],
-
}
cc_library {
@@ -66,6 +65,9 @@ cc_library {
"epid/member/src/*.c",
"epid/member/tpm2/src/*.c",
],
+ export_include_dirs: [
+ ".",
+ ],
static_libs: [
"libepid_common",
"libippcp",
@@ -79,6 +81,9 @@ cc_library {
"epid/verifier/1.1/src/*.c",
"epid/verifier/src/*.c",
],
+ export_include_dirs: [
+ ".",
+ ],
static_libs: [
"libepid_common",
"libippcp",