summaryrefslogtreecommitdiff
path: root/emacs-stark
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2017-09-29 11:28:29 +0200
committerJoel Klinghed <the_jk@opera.com>2017-10-26 11:31:51 +0200
commit4a04a83c8605cebe0a7cca8a3a4fe65f0adc0251 (patch)
tree7a7f17fd4bf3131e6b31e52ae33fd3bdb57bb19e /emacs-stark
parentb5557b1407eac12a050bb19f9c82a81cc3a22eef (diff)
Add more includes for mobile/mobile code
Diffstat (limited to 'emacs-stark')
-rw-r--r--emacs-stark1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-stark b/emacs-stark
index 07ab0cb..e58c802 100644
--- a/emacs-stark
+++ b/emacs-stark
@@ -285,6 +285,7 @@
flycheck-clang-definitions (list "OS_ANDROID")
flycheck-clang-warnings (list "no-unused-parameter")
flycheck-clang-include-path (list base (concat base "/../../chromium/src")
+ (concat base "/../../chromium/src/third_party/re2/src")
(concat base "/../../chromium/src/out_gradle/BetaArm7Debug/gen")
(concat base "/../../chromium/src/out_gradle/BetaArm7Release/gen"))))
(require 'google-c-style)