Skip to content

Commit 7c7d14c

Browse files
committed
android -> androidNative
1 parent b171aca commit 7c7d14c

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
@@ -23,7 +23,7 @@ may apply:
2323
https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml
2424
- License: Unicode ([license/thirdparty/unicode_license.txt](thirdparty/unicode_license.txt))
2525

26-
- Path: `core/android/src`
26+
- Path: `core/androidNative/src`
2727
- Origin: implementation is based on the bionic project.
2828
- License: BSD ([license/thirdparty/bionic_license.txt](thirdparty/bionic_license.txt))
2929

0 commit comments

Comments
 (0)