aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-12-27 14:25:42 -0800
committerHaibo Huang <hhb@google.com>2019-12-27 14:25:42 -0800
commit080ff0d1cb13f84b890d543ab6734394c314bae3 (patch)
treead51ee7b65a8ecb3767740a0419720d0d6222b16
parentec8c841964c9f9d456f60ca80773ee7bd9ce4ce8 (diff)
downloadjsmn-080ff0d1cb13f84b890d543ab6734394c314bae3.tar.gz
Remove include/jsmn.handroid-r-preview-1
After aosp/1039113, this is not necessary. Change-Id: I36a5416dbadc80cc7be46a4a2ac49c86773c12ea
-rw-r--r--Android.bp2
-rw-r--r--include/jsmn.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index ef773d1..10a51ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,5 +19,5 @@ cc_library_static {
vendor_available: true,
srcs: ["jsmn.c"],
cflags: ["-Wall", "-Werror"],
- export_include_dirs: ["include"],
+ export_include_dirs: ["."],
}
diff --git a/include/jsmn.h b/include/jsmn.h
deleted file mode 100644
index 7805b12..0000000
--- a/include/jsmn.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#define JSMN_HEADER
-#include "../jsmn.h"
-#undef JSMN_HEADER