forked from DrHacknik/skyline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in tzcode submodule and add tzdata assets
These are used for timezone conversions between POSIX and calander time. Tzdata is in exactly the same format as HOS to allow loading sysarchives in the future if needed. See its README for more info. Details on tzcode can be found in its own repo, there are several changes done Vs the base release to allow for HOS compat.
- Loading branch information
Showing
601 changed files
with
618 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,10 @@ android { | |
path "CMakeLists.txt" | ||
} | ||
} | ||
|
||
aaptOptions { | ||
ignoreAssetsPattern "*.md" | ||
} | ||
} | ||
|
||
dependencies { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## TzData prebuilts in HOS format | ||
|
||
Based off tzdb 2021a | ||
|
||
Generate as normal then | ||
``` | ||
rm *.tab | ||
rm leapseconds | ||
find -type f | sed 's/\.\///g' | grep -v '\.' | sort > ../binaryList.txt | ||
``` |
Oops, something went wrong.