OSDN Git Service

ART: Native bridge command-line parameter
authorAndreas Gampe <agampe@google.com>
Fri, 25 Jul 2014 09:32:19 +0000 (02:32 -0700)
committerAndreas Gampe <agampe@google.com>
Sun, 27 Jul 2014 01:35:08 +0000 (18:35 -0700)
commit855564b83db7b106d2995d0e784f1f4b62e52371
treede3caa3f36b24acb9279a8cb85d4879baeed1798
parent3bcac48f23094fa0f46315a080ec47fc368fd4c2
ART: Native bridge command-line parameter

Add a command-line parameter for the native bridge library, slight
refactor/cleanup.

Add run-test 115 to test the native bridge interface. Currently the
tests are black-listed for the target, as the setup for the test
is too complicated in the current infrastructure.

Change-Id: I6ccf19485e8c30b96e9f2fd5425278cb1ebd403f
14 files changed:
runtime/native_bridge.cc
runtime/native_bridge.h
runtime/parsed_options.cc
runtime/parsed_options.h
runtime/runtime.cc
test/115-native-bridge/expected.txt [new file with mode: 0644]
test/115-native-bridge/info.txt [new file with mode: 0644]
test/115-native-bridge/nativebridge.cc [new file with mode: 0644]
test/115-native-bridge/run [new file with mode: 0644]
test/115-native-bridge/src/NativeBridgeMain.java [new file with mode: 0644]
test/Android.libnativebridgetest.mk [new file with mode: 0644]
test/Android.run-test.mk
test/etc/host-run-test-jar
test/run-test