提交 30756852 编写于 作者: Z zhong_ning

fix L1 build

上级 2b19a1cf
......@@ -111,13 +111,14 @@ int main(int argc, char * const argv[])
// 5. read configuration file and do jobs
InitReadCfg();
#ifdef OHOS_LITE
LoadDefaultProperty("/system/build.prop");
LoadDefaultProperty("/system/buildz.prop");
LoadDefaultProperty("/vendor/build.prop");
LoadDefaultProperty("/vendor/default.prop");
LoadDefaultProperty("/vendor/odm/etc/build.prop");
LoadDefaultProperty("/system/etc/prop.default");
#endif // OHOS_LITE
#ifdef OHOS_DEBUG
struct timespec tmCfg;
if (clock_gettime(CLOCK_REALTIME, &tmCfg) != 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册