summaryrefslogtreecommitdiff
path: root/native
AgeCommit message (Expand)Author
2018-02-28Refactor AssetManager Adam Lesinski
2018-02-28Merge "Don't use cutils/Atomic.h" am: 07735797a2 am: a272d540d8 Steven Moreland
2018-02-23Don't use cutils/Atomic.h Steven Moreland
2018-02-21Move WebView plat_support from frameworks/webview. Torne (Richard Coles)
2018-02-20Add OWNERS for webview directories in framework. Torne (Richard Coles)
2018-02-15Merge changes Icd56662d,I0ece820f am: 47ef64b0d2 am: bf66580c0b Lorenzo Colitti
2018-02-15Add OWNERS to the libandroid_net library. Lorenzo Colitti
2018-02-09Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-02-09Revert "AssetManager2: Fix issue with native cast" Adam Lesinski
2018-02-08AssetManager2: Fix issue with native cast Adam Lesinski
2018-02-05Replace AssetManager with AssetManager2 implementation Adam Lesinski
2018-02-02New NDK APIs for SurfaceTexture Mathias Agopian
2018-01-25Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-01-24Replace AssetManager with AssetManager2 implementation Adam Lesinski
2018-01-23Revert "Replace AssetManager with AssetManager2 implementation" Adam Lesinski
2018-01-23Merge changes from topic "assetmanager-refactor" Adam Lesinski
2018-01-19Merge "Fixing app compat issue b/72143978" am: 8353a39ecc am: 61bab24fa8 Ian Pedowitz
2018-01-18Fixing app compat issue b/72143978 Ian Pedowitz
2018-01-16Merge "Change the netId to nethandle mapping." am: 9456c020d8 am: feaf412e19 Lorenzo Colitti
2018-01-16Change the netId to nethandle mapping. Lorenzo Colitti
2018-01-10Merge "Remove obsolete workaround." am: f448371208 am: 365604c300 Elliott Hughes
2018-01-09Replace AssetManager with AssetManager2 implementation Adam Lesinski
2018-01-09Remove obsolete workaround. Elliott Hughes
2017-10-11Merge "Convert libjnigraphics to Android.bp" am: 006c167544 am: 2fbccabbca Colin Cross
2017-10-10Convert libjnigraphics to Android.bp Colin Cross
2017-10-09Convert libjnigraphics to Android.bp Colin Cross
2017-10-05[WebView] Only pass one path to relro creation/loading at a time. Gustav Sennton
2017-09-25Merge "Reduce overhead by combining libskia and libhwui into a single library." Derek Sollenberger
2017-08-22Merge "Remove TTS symbols from NDK stub library." am: b056324630 am: 8d8c3743... Dan Albert
2017-08-22Merge "Remove TTS symbols from NDK stub library." Treehugger Robot
2017-08-22Remove TTS symbols from NDK stub library. Dan Albert
2017-08-07SharedMemory API changes John Reck
2017-07-24Reduce overhead by combining libskia and libhwui into a single library. Derek Sollenberger
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5... Steven Moreland
2017-07-20Merge "frameworks/base: use proper nativehelper headers" Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headers Steven Moreland
2017-06-29fix: android/multinetwork.h can't be imported when using libandroid_net Jiyong Park
2017-06-26Use classloader namespace instead of lib paths to load WebView libs. Gustav Sennton
2017-06-23Move WebView loader from frameworks/webview/ to frameworks/base/. Gustav Sennton
2017-05-26Merge changes from topic 'multinetwork_vndk' into oc-dev Lorenzo Colitti
2017-05-26Allow vendor code to link to libandroid_net. Lorenzo Colitti
2017-05-26Move libandroid_net from Android.mk to Android.bp. Lorenzo Colitti
2017-05-25Allow vendor code to link to libandroid_net. Lorenzo Colitti
2017-05-06Convert libandroid and libandroid_runtime to Android.bp Colin Cross
2017-05-06Convert libandroid and libandroid_runtime to Android.bp Colin Cross
2017-05-04Convert libandroid and libandroid_runtime to Android.bp Colin Cross
2017-04-17Include vndk/hardware_buffer.h for AHardwareBuffer_getNativeHandle Jesse Hall
2017-04-11Remove .(ll)ndk suffix from (ll)ndk_library Dan Willemsen
2017-04-10Remove .(ll)ndk suffix from (ll)ndk_library Dan Willemsen
2017-04-03ANativeWindow_toSurface implementation Jiwen 'Steve' Cai