MacOSX-SDKs
MacOSX-SDKs copied to clipboard
Many headers in MacOSX10.13.sdk are empty links
IOReturn.h, IOKitKeys.h, IOHIDTypes.h, IOLLEvent.h, to name a few. Basically, almost all links. Might be related to https://github.com/phracker/MacOSX-SDKs/issues/15.
I meet this problem too When I builded AOSP on my Mac. At last, I used the MacOSX10.12.sdk to build AOSP, and It done.