History log of /frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/VersionFileWriterTask.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e25c85b6bb67f2feb6d422e01f8730580784133 13-Mar-2018 Aurimas Liutikas <aurimas@google.com> Fix version tracking for wear and emoji artifacts.

We had two libraries wear and emoji that were explicitly specifying
java resource includes (filter) and thus were excluding META-INF/ version
file from being added to the AAR. This change changes it so that if an include
filter exists, we extend it to also include our META-INF file.

Bug: 74594401
Test: ./gradlew wear:uploadArchive
Change-Id: Ic8dbe50b9088605a4996d40d754021bb694eeaa3
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/VersionFileWriterTask.kt
526389b5eb93f99eaf4dba0b0c75b0b7df9a0f65 27-Feb-2018 Aurimas Liutikas <aurimas@google.com> Move buildSrc classes to androidx.build package.

Test: ./gradlew assembleDebug for support and flatfoot projects
Change-Id: I9ecada2082209e46058dbce453d7222d3999c925
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/VersionFileWriterTask.kt