aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 08:56:35 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 08:56:35 -0700
commit121ed1bbdd0bc7edcb02a16f6bee44f7b5d66bac (patch)
tree6a630a4f934305b1480be6510dd12a02c4b63b86
parent90b94e16b87e268fee0db9fc42572bc61d2a9953 (diff)
parent2639c26de69de6f057a31970605d9cee12f35c90 (diff)
downloadcpu_features-121ed1bbdd0bc7edcb02a16f6bee44f7b5d66bac.tar.gz
Export the include/ directory so callers can see the headers. am: 7f8ace6c22 am: effecdd1f9
am: 2639c26de6 Change-Id: Idbb5c4080e4109d486a7f2023ab13b0c4bdae274
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 79a3a29..ea14659 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,7 +6,6 @@ cc_defaults {
host_supported: true,
local_include_dirs: [
"include",
- "include/internal",
],
cflags: [
// Reserve 1024 bytes on the stack when reading from `/proc/cpuinfo`.
@@ -52,6 +51,7 @@ cc_library {
defaults: [
"cpu_features-defaults",
],
+ export_include_dirs: ["include"],
whole_static_libs: [
"libcpu_features-utils",
],