Skip to content

Commit

Permalink
* remove src changed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lomanyong committed Nov 2, 2016
1 parent f6b5e21 commit 74f34f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freeline_core/gradle_inc_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ def run_apt_only(self):
def run_javac_task(self):
if self._is_only_r_changed() and not self._is_other_modules_has_src_changed:
self._is_need_javac = False
android_tools.clean_src_changed_flag(self._cache_dir)
self.debug('apt process do not generate new files, ignore javac task.')
return

Expand Down

0 comments on commit 74f34f5

Please sign in to comment.