libc: correct zoneinfo genromfs source directory
Or genromfs failed to generate the right romfs.img Change-Id: Icbcc2e89da1ede644b994d33e70f1a48662c412b Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
7d3266461b
commit
a21d6b884e
@ -61,7 +61,7 @@ checkgenromfs:
|
||||
}
|
||||
|
||||
romfs_zoneinfo.img : checkgenromfs .tzbuilt
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/etc/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/usr/share/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
|
||||
romfs_zoneinfo.h : romfs_zoneinfo.img
|
||||
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
||||
|
Loading…
Reference in New Issue
Block a user