Now we use OHOS_NDK_HOME to define the root directory for OHOS SDK. According to the normal naming method of Android, we should use OHOS_HOME instead of it and OHOS_SDK_NATIVE should be used for the sub-folder which named native.
But some crates and application use it as normal variable, so it's a breaking change.
Now we use
OHOS_NDK_HOMEto define the root directory for OHOS SDK. According to the normal naming method of Android, we should useOHOS_HOMEinstead of it andOHOS_SDK_NATIVEshould be used for the sub-folder which namednative.But some crates and application use it as normal variable, so it's a breaking change.
awc-ls-rsandcargo-zigbuildetc.OHOS_HOME.