OSDN Git Service

Added JNI interface for aapt2.
authorPaulo Casanova <pasc@google.com>
Fri, 7 Oct 2016 11:00:26 +0000 (12:00 +0100)
committerPaulo Casanova <pasc@google.com>
Wed, 19 Oct 2016 08:56:20 +0000 (09:56 +0100)
commit9f551fcf191a6b09ab4bfc0dbcfc28a899a1294e
tree6fad963d7544a1aa0692be4ec54c86bc64cdabec
parentc4ee093bf618cc73788ee07df1051054ac10b585
Added JNI interface for aapt2.

Test: None (tests will be made on the Android Studio Tools project)

Change-Id: I8e0ba8634500df7a8d19e0b381f46c3cd4652f5b
tools/aapt2/Android.mk
tools/aapt2/jni/Aapt2.java [new file with mode: 0644]
tools/aapt2/jni/Makefile [new file with mode: 0644]
tools/aapt2/jni/aapt2_jni.cpp [new file with mode: 0644]
tools/aapt2/jni/com_android_tools_aapt2_Aapt2.h [new file with mode: 0644]