diff options
| author | Joel Klinghed <the_jk@opera.com> | 2019-09-19 17:38:04 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2019-09-19 17:38:26 +0200 |
| commit | 3a8e2644dabfdac169d102e38670aed8ed968bc0 (patch) | |
| tree | 1b08a232905b550c68539b13b90111e49331efdd | |
| parent | c43bb4b4ff61d23d0e4779f326cdea91630df0aa (diff) | |
Update build rules to ofa project
| -rw-r--r-- | emacs-stark | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-stark b/emacs-stark index 7438cdf..f473063 100644 --- a/emacs-stark +++ b/emacs-stark @@ -359,9 +359,9 @@ (string-match "/mobile/mobile/" buffer-file-name)) (require 'flycheck-android-experimental) (setq flycheck-android-java-checkstyle-jar - "../../chromium/src/third_party/checkstyle/checkstyle-8.0-all.jar" + "tools/checkstyle/custom/custom-checkstyle-checks.jar:../../chromium/src/third_party/checkstyle/checkstyle-8.5-all.jar" flycheck-android-java-variant - "devArm7Debug" + "betaArm7Debug" flycheck-android-java-skip-gen t)) ;; mini hook (when (and buffer-file-name |
