generate_gradle.py with all fails during gradle sync |
||
Issue descriptionDue to components_junit_tests including //testing/android/junit/DummyTest.java which does not have a proper directory hierarchy, the generated build.gradle file results in root src being added and everything excluded, causing 5k+ lines of exclude code which Android Studio cannot handle. Recommendation: remove components_junit_tests
,
Apr 12 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/bd3c471d10962ac815c82c845baaa74a87108329 commit bd3c471d10962ac815c82c845baaa74a87108329 Author: wnwen <wnwen@chromium.org> Date: Wed Apr 12 19:48:37 2017 Android: Remove dummy test Causes errors for Android Studio projects due to wrong project structure. BUG= 710865 Review-Url: https://codereview.chromium.org/2817693003 Cr-Commit-Position: refs/heads/master@{#464115} [modify] https://crrev.com/bd3c471d10962ac815c82c845baaa74a87108329/components/BUILD.gn [delete] https://crrev.com/c1fcde58c22a5825c44cbad17eb3ed84b8c2bcce/testing/android/junit/DummyTest.java
,
Aug 23 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by wnwen@chromium.org
, Apr 12 2017