Re: [android-building] build java+kolin library with build.bp failed

2019-03-13 Thread Ted Jiang
both the current directory and all > subdirectories. I can't see how that would cause this problem, but it's a > good thing to clean up. > > - Dan > > On Mon, Mar 11, 2019 at 10:07 PM Ted Jiang > > wrote: > >> this is my build.bp: >> >>

[android-building] build java+kolin library with build.bp failed

2019-03-11 Thread Ted Jiang
this is my build.bp: java_library_static { name: "mylib", srcs: [ "*.java", "*.kt", "**/*.java", "**/*.kt", ], optimize: { enabled: false, }, } but it yields very strange errors when building, like: SysProperty.kt:9:16: