• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

cpp/23-Nov-2023-34,19922,825

doc/23-Nov-2023-564414

Android.bpD23-Nov-20234.1 KiB143134

CleanSpec.mkD23-Nov-20230 10

LICENSED23-Nov-202311.1 KiB204169

METADATAD23-Nov-2023421 1615

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-2023212 87

README.androidD23-Nov-2023444 1613

README.mdD23-Nov-2023207 74

README.android

1This project contains only the cpp/src files from upstream.  To update:
2git merge aosp/upstream-master
3If upstream has changes outside the cpp/src directory (likely), it will get
4conflicts on the modified files.  To drop the changes to the unmerged
5directories:
6git rm -rf data
7git rm -rf java
8git rm -rf cpp/data
9git rm -rf cpp/ext
10git rm -rf cpp/tools
11git commit
12
13
14# Local changes
15Fixed uninitialized variable. See bug 116114182 for details.
16

README.md

1# sfntly
2
3This project is not developed any further.
4Only Bug fixes will be merged, but new features won't.
5
6An actively maintained fork with new features is available at <https://github.com/rillig/sfntly>
7