posix_memalign is added to libc.so for API 17, 18, 19 but prototype is missing from stdlib.h Turns out API 16 supports posix_memalign too. Add it as well See b.android.com/77861 Change-Id: I940cdc60af9f98490001d67bef32fee556a3ac51
This CL update library. See f3c3a93bc4 for API13..18 header update Add functions: android-9: AMotionEvent_getHistoricalRawX AMotionEvent_getHistoricalRawY AMotionEvent_getHistoricalTouchMajor AMotionEvent_getHistoricalTouchMinor AMotionEvent_getHistoricalToolMajor AMotionEvent_getHistoricalToolMinor AMotionEvent_getHistoricalOrientation android-13: AAsset_seek64 AAsset_getLength64 AAsset_getRemainingLength64 AAsset_openFileDescriptor64 AConfiguration_getScreenWidthDp AConfiguration_setScreenWidthDp AConfiguration_getScreenHeightDp AConfiguration_setScreenHeightDp AConfiguration_getSmallestScreenWidthDp AConfiguration_setSmallestScreenWidthDp AMotionEvent_getAxisValue AMotionEvent_getHistoricalAxisValue ANativeWindow_fromSurfaceTexture (removed in >=API16) android_getTtsEngine getTtsEngine android-14: AMotionEvent_getButtonState AMotionEvent_getToolType android-15: << none >> android-16: Remove ANativeWindow_fromSurfaceTexture android-17: AConfiguration_getLayoutDirection AConfiguration_setLayoutDirection android-18: << none >> Also 1. remove android-16/include/android/native_activity.h which is the same as android-13's 2. fix input.h comments and missing args, same as 9d0136004f for android-9 3. sort android-9's libandroid.so.functions.txt for easier comparison See https://code.google.com/p/android/issues/detail?id=47150 https://code.google.com/p/android/issues/detail?id=58528 Change-Id: Iaa88fe45d188482fd0905ca54180c635ab02dd95
f3c3a93bc4
9d0136004f
Change-Id: I2ae3b42dcbbdccbcae018f768dc7b56723416d21