OSDN Git Service

Add android.os.VintfRuntimeInfo
authorYifan Hong <elsk@google.com>
Wed, 26 Apr 2017 18:38:01 +0000 (11:38 -0700)
committerYifan Hong <elsk@google.com>
Mon, 1 May 2017 20:00:04 +0000 (13:00 -0700)
commit9f95b592f868cf3ae207ee9daa8fe4f6db854049
treed579258365adca7180330fe7e745386e871e8609
parenta08ba3ef31e135ded437b0ca6f83bfe77a31c33b
Add android.os.VintfRuntimeInfo

This is the Java API for ::android::vintf::RuntimeInfo.
This will be used by CTS for device info report purposes.

Bug: 28656227
Test: cts-tradefed run cts -m CtsEdiHostTestCases --skip-preconditions
Change-Id: Id87c95a17e77d7ec1794a6f850de97edf9ae892d
core/java/android/os/VintfRuntimeInfo.java [new file with mode: 0644]
core/jni/Android.mk
core/jni/AndroidRuntime.cpp
core/jni/android_os_VintfRuntimeInfo.cpp [new file with mode: 0644]