History log of /system/core/libnativebridge/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45f05240c2d9d1f3903e2766b4883e256288f6c2 13-Jul-2016 Dan Willemsen <dwillemsen@google.com> Convert more Android.mk files to Android.bp

These modules have their dependencies satisfied, and aren't doing
anything strange.

Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
/system/core/libnativebridge/Android.mk
ee2da03e2666dcb01721b55aa4767e371120f4fb 25-May-2016 Dan Willemsen <dwillemsen@google.com> Remove invalid uses of -l and -I

LOCAL_LDLIBS should only be used with -l flags for NDK and some host
libraries. Other uses should use LOCAL_SHARED_LIBRARIES.

LOCAL_LDFLAGS should not contain -l entries, they should be in
LOCAL_LDLIBS instead.

LOCAL_CFLAGS should not contain -I entries, those should use
LOCAL_C_INCLUDES instead.

Change-Id: Ic901aa14651572ac682166becd4f0cd86baecc34
/system/core/libnativebridge/Android.mk
28042b56275e1df27bc8fe0076abf938186619a6 08-Jun-2015 Calin Juravle <calin@google.com> Add static versions for libbacktrace and libnativebridge. Bug fixes.

Change-Id: Ic68ac15b2676e4f475330c8e7bb34e0d48783686
/system/core/libnativebridge/Android.mk
f9d9e2a2d96559c3165405d572b08e260156074a 17-Oct-2014 Calin Juravle <calin@google.com> Handle code_cache dir creation in libnativebridge

Also:

- add kPreInitiliazed state to native bridge with check transition:
kOpened->kPreInitialized->kInitialized
- made sure we free the memory for the code_cache_path
- tidy up some error messages
- tidy up tests
- add a dummy native bridge to test with

Bug: 18027433
Bug: 18097480

Change-Id: I39f74c93580f2e224080dd3df2ffaa9cf9f8cd9c
/system/core/libnativebridge/Android.mk
ab0da5a9a6860046619629b8e6b83692d35dff86 10-Sep-2014 jgu21 <jinghui.gu@intel.com> LibNativeBridge: Add early init & env setup

Add a method to set up /proc/cpuinfo with enough privileges. Set
up the environment for an app in InitializeNativeBridge().

Turn on -Wall for libnativebridge.

Change-Id: I0b93da93251c6b4638de786bf98cf99df07c3fc2
/system/core/libnativebridge/Android.mk
035bd7541ed909344348b6a4e17a7ef01a434653 03-Sep-2014 Andreas Gampe <agampe@google.com> NativeBridge: Refactor for new initialization flow

Setup becomes Load, have explicit Initialize and Unload.

Change-Id: I5a20de1cb68dd1802937b369b14c50c9c1031c67
/system/core/libnativebridge/Android.mk
049249ce7addafaa0bd09480cd8858cd2c54138f 20-Aug-2014 Andreas Gampe <agampe@google.com> NativeBridge: Tighten security on libnativebridge

Do not allow arbitrary paths for the native bridge - only allow
simple names.

Do not allow re-setup of the native bridge.

Bug: 16404669

(cherry picked from commit cd2ef4c1af69727231b84ebc82864c170ff0e8ad)

Change-Id: Ie22de356d2307fe2758f9094a85d44e61a4098a1
/system/core/libnativebridge/Android.mk
db2127b66225bd6f1341891da02df16d184cdbd6 15-Aug-2014 Calin Juravle <calin@google.com> Switch libnativebridge to clang

This fixes the mac build.

(cherry picked from commit 935708be6fe366c8e519b01d1fba9fd2414c0dba)

Change-Id: I246a1c0af2124ed1cec653f2f44ca256f26534ff
/system/core/libnativebridge/Android.mk
961ae12dea419ff0965f00e50dd16ef07181fba5 11-Aug-2014 Calin Juravle <calin@google.com> Move native bridge library in system/core

Bug: 16884833

Change-Id: I73aab8e212860ba5aee9444d801806d3da326a41
/system/core/libnativebridge/Android.mk