aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-06 09:15:42 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-06 09:15:42 -0700
commit9e147d64c5a02f3498f2d6ee32f71f2f885de1c6 (patch)
tree6a630a4f934305b1480be6510dd12a02c4b63b86
parent1c8296d1eb9ee3d5c3f797741642335b9be8d921 (diff)
parent68109ff74b3ae9b687e4b817df98b148951d404d (diff)
downloadcpu_features-9e147d64c5a02f3498f2d6ee32f71f2f885de1c6.tar.gz
Export the include/ directory so callers can see the headers. am: 7f8ace6c22 am: effecdd1f9 am: 2639c26de6 am: 121ed1bbdd
am: 68109ff74b Change-Id: I3cebb6716309a9b1aaab15810e17f798ef9c8a8e
-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",
],