Skip to content

Commit 94bbfb4

Browse files
committed
android -> androidNative
1 parent 46b9c59 commit 94bbfb4

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kotlin {
4747
// Tier 4 (deprecated, but still in demand)
4848
target("linuxArm32Hfp")
4949
}
50-
common("android") {
50+
common("androidNative") {
5151
target("androidNativeArm32")
5252
target("androidNativeArm64")
5353
target("androidNativeX86")

license/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ may apply:
2727
https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml
2828
- License: Unicode ([license/thirdparty/unicode_license.txt](thirdparty/unicode_license.txt))
2929

30-
- Path: `core/android/src`
30+
- Path: `core/androidNative/src`
3131
- Origin: implementation is based on the bionic project.
3232
- License: BSD ([license/thirdparty/bionic_license.txt](thirdparty/bionic_license.txt))
3333

0 commit comments

Comments
 (0)