- Jul 13, 2017
-
-
osm0sis authored
-
osm0sis authored
https://android.googlesource.com/platform/frameworks/base/+/e366fa08b6dbb0f698db1ac2b8828990ea6cde83/libs/androidfw/include/androidfw https://android.googlesource.com/platform/system/core/+/c30f248cd49926d7441f9219dcaf74d113d5dabd/libutils/include/utils https://android.googlesource.com/platform/frameworks/native/+/ca0385170e75244f0c4f7cfec4f47ba1c0307176/include/gui
-
osm0sis authored
Update aapt source to latest (android/platform_frameworks_base@6a8f0d70b09d3e628f2b3472b1c534dd213be3ec) https://android.googlesource.com/platform/frameworks/base.git/+log/6a8f0d70b09d3e628f2b3472b1c534dd213be3ec/tools/aapt
-
- Jul 06, 2017
-
-
osm0sis authored
- switch to clang to resolve various ndk-build gcc errors introduced in NDK r14b - suppress warnings in aapt, libandroidfw and libcutils since clang is much noisier than gcc - clang is more rigid so work around cpp file compilation within libcutils - a link to libatomic.a is now required - target platform currently cannot go above android-21 due to libc.a not being up to date
-
osm0sis authored
https://android.googlesource.com/platform/external/kernel-headers/+/dd8b932e33672d5e9916ccc1bfd3528eb21da1e9/original/uapi/linux/android_alarm.h https://android.googlesource.com/platform/development/+/master/ndk/platforms/android-21/include/linux/binder.h https://android.googlesource.com/platform/development/+/master/ndk/platforms/android-21/include/linux/ioprio.h https://android.googlesource.com/platform/bionic/+/master/libc/include/sys/stat.h
-
- Feb 08, 2017
-
-
osm0sis authored
-
- Mar 19, 2016
-
-
osm0sis authored
-
- Mar 18, 2016
-
-
osm0sis authored
- change library link order to satisfy libziparchive linkage to libbase; error: undefined reference to 'android::base::ReadFully(int, void*, unsigned int)'
-
osm0sis authored
-
osm0sis authored
- from including both platform/android-21 xattr headers in system_properties
-
osm0sis authored
- add system_properties from bionic to satisfy linkage to liblog; error: undefined reference to '__system_property_area_serial' (https://android.googlesource.com/platform/bionic/+/master/libc/bionic) - add header dependencies for system_properties (https://android.googlesource.com/platform/bionic/+/master/libc/private)
-
osm0sis authored
- from including both platform/android-21 stdatomic and libc++ in CursorWindow
-
osm0sis authored
https://android.googlesource.com/platform/bionic/+/master/libc/include https://android.googlesource.com/platform/frameworks/native/+/master/include/binder https://android.googlesource.com/platform/libnativehelper/+/master/include/nativehelper https://android.googlesource.com/platform/system/core/+/master/include https://android.googlesource.com/platform/external/safe-iop/+/master/include
-
osm0sis authored
- SCREENROUND* 'is not a member of android::ResTable_config' errors with platform/android-21
-
osm0sis authored
- CursorWindow appears to only compile with c++ STL but several other components of libandroidfw only compile with gnu STL so split it into its own Makefile, and compile it first with c++_static STL so its object can then be used by the subsequent gnu STL compile of libandroidfw
-
osm0sis authored
- update .gitignore for ndk-build products
-
osm0sis authored
- use local built library dependencies (thanks @Surge1223) - force static binary - build target executable only
-
osm0sis authored
- SCREENROUND* 'not declared in this scope' errors with platform/android-21
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
- invalid conversion from 'const uint8_t* {aka const unsigned char*}' to 'Bytef* {aka unsigned char*}'
-
osm0sis authored
-
osm0sis authored
-
osm0sis authored
https://android.googlesource.com/platform/system/core/+/master/base https://android.googlesource.com/platform/system/core/+/master/libcutils https://android.googlesource.com/platform/system/core/+/master/liblog https://android.googlesource.com/platform/system/core/+/master/libutils https://android.googlesource.com/platform/system/core/+/master/libziparchive https://android.googlesource.com/platform/external/expat/+/master https://android.googlesource.com/platform/external/libpng/+/master https://android.googlesource.com/platform/external/zlib/+/master
-
osm0sis authored
- set up repo
-
Przemyslaw Szczepaniak authored
-
Przemyslaw Szczepaniak authored
Bug: 27692239 Change-Id: I43fee87bed4744c36660b28a03915ecd5dfce272
-
Przemyslaw Szczepaniak authored
-
- Mar 17, 2016
-
-
Dimitry Ivanov authored
-
Dimitry Ivanov authored
Bug: http://b/27546414 Change-Id: Ia0b65540772ca4bd1cdab391973325b18cd278a0 (cherry picked from commit bf1082e9a1ae833718321ac58ab64e281d0e3614)
-
Shubham Ajmera authored
-
Shubham Ajmera authored
and add tests Bug: 27540010 Change-Id: I18f502caabc2f140fa503a0b03e9d6e310b4246c
-
Marco Nelissen authored
-
Marco Nelissen authored
-