diff --git a/BUILD.gn b/BUILD.gn index 425753e81469fbac08c40cddeb6d28f598fc925d..cc3a1e8ce045f047afa83ee05e05563989fe1eca 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -83,7 +83,11 @@ ohos_shared_library("appspawn_socket_client") { } ohos_prebuilt_etc("appspawn.rc") { - source = "appspawn.rc" + if (use_musl) { + source = "appspawn.cfg" + } else { + source = "appspawn.rc" + } relative_install_dir = "init" subsystem_name = "${subsystem_name}" part_name = "${part_name}" diff --git a/OAT.xml b/OAT.xml index aa01ceabe357535c840cb743727fb16106185a8e..96a1658a6bdfcc46f1f14af49ea84482a022a549 100644 --- a/OAT.xml +++ b/OAT.xml @@ -13,8 +13,6 @@ See the License for the specific language governing permissions and limitations under the License. - Notes: - This is project config file for OpenHarmony OSS Audit Tool, if you have any questions or concerns, please email chenyaxun@huawei.com. -->