1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
CMakeLists.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.TXT Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios-armv7.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios-armv7s.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios6-armv7.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios6-armv7s.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ios7-arm64.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
iossim-i386.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
iossim-x86_64.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
iossim.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
osx-i386.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
osx.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.TXT

This folder contains list of symbols that should be excluded from the builtin
libraries for Darwin. There are two reasons symbols are excluded:

(1) They aren't supported on Darwin
(2) They are contained within the OS on the minimum supported target

The builtin libraries must contain all symbols not provided by the lowest
supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
not included in the ios6-<arch>.txt files need to be included. The one catch is
that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting
iOS 6, the minimum deployment target for arm64 binaries is iOS 7.