This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_system_core
mirror of
https://gitee.com/openkylin/platform_system_core.git
Watch
9
Star
0
Fork
You've already forked platform_system_core
0
Code
Issues
Projects
Releases
Wiki
Activity
16b82b7e24
platform_system_core
/
libnativebridge
/
Android.mk
4 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move native bridge library in system/core Bug: 16884833 Change-Id: I73aab8e212860ba5aee9444d801806d3da326a41
2014-08-11 23:11:59 +08:00
LOCAL_PATH
:=
$(
call my-dir
)
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
2014-10-17 20:45:39 +08:00
i
n
c
l
u
d
e
$(
LOCAL_PATH
)
/
t
e
s
t
s
/
A
n
d
r
o
i
d
.
m
k