summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-02-26 23:53:49 +0900
committerJiyong Park <jiyong@google.com>2018-02-26 23:53:49 +0900
commitc5f9e2521ff816aabecc3194d815a59640fbd977 (patch)
tree9c1949c026ceb5dc56eda71a4ce95a249f8be784 /bin
parent349353fa6258777011ee517b845f0830bf883a70 (diff)
downloadkotlinc-c5f9e2521ff816aabecc3194d815a59640fbd977.tar.gz
Fix link-type check warnings on kotlin-stdlibandroid-p-preview-1
This change fixes the link-type check warning from an app built with SDK to the prebuilt module kotlin-stdlib. The warnings were triggered since the prebuilt module is declared without the sdk_version property and thus it is incorrectly identified as a lib using private APIs. Fixing the warning simply by setting sdk_version property to "core_current". The value was chosen instead of "current" because the kotlin library does not have any dependency to Android-specific APIs. Bug: 69899800 Test: m -j android-arch-room-migration is successful and does not show any link-type warning (for now the test must be run in the internal master as dependency to kotlin-stdlib is not yet on AOSP) Change-Id: I66c296bea3a92540a8a0546fb824a8aa2118857e
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions