[android/build] Patch NDK source to prevent build error
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 27 Nov 2020 05:55:07 +0000 (14:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 1 Dec 2020 09:53:03 +0000 (18:53 +0900)
commitd4a84e7c389381409c1cc7822823a78521e4624b
treea9031d6d724595c31a91f631c44e8a38eedabcca
parent20baa02151e02862b76fc15797b2e6ebd021e168
[android/build] Patch NDK source to prevent build error

- After Android API level 28, the introduced
  `AMediaCodecOnAsyncNotifyCallback` make comile error.
- Make build script to patch this part after
  https://android.googlesource.com/platform/frameworks/av/+/master/media/ndk/include/media/NdkMediaCodec.h#117

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
api/android/build-android-lib.sh