aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 08:49:28 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 08:49:28 -0700
commit2639c26de69de6f057a31970605d9cee12f35c90 (patch)
tree6a630a4f934305b1480be6510dd12a02c4b63b86
parenta819528d94bb884dfa58684286b6abd039d2a887 (diff)
parenteffecdd1f930ac60079e501eb66007ebf63d62d5 (diff)
downloadcpu_features-2639c26de69de6f057a31970605d9cee12f35c90.tar.gz
Export the include/ directory so callers can see the headers. am: 7f8ace6c22
am: effecdd1f9 Change-Id: Ifa890407e3d520dd8a678e21556e96aa9fce99e0
-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",
],