summaryrefslogtreecommitdiff
path: root/libs/hwui/jni/android_util_PathParser.cpp
AgeCommit message (Collapse)Author
2020-05-26Use JNI types for return types of JNI methodsJerome Gaillard
JNI methods should use JNI types for their return types so as to ensure type compatibility between Java and C++. Bug: 152250228 Test: N/A Change-Id: Iae05806b91ebe5f173607d243d8504ec9e938589
2020-02-20Remove dependencies on headers outside UI moduleDerek Sollenberger
This includes AndroidRuntime and core_jni_helper.h Bug: 137655431 Test: CtsUiRenderingTestCases Change-Id: If3d26f41eaf4981505ee47634097f3645fd563fd
2020-02-19Move android.graphics JNI & APEX files into HWUIDerek Sollenberger
The graphics JNI code is now separate from libandroid_runtime and it along with HWUI headers are no longer visible to targets outside the boundary of what is to become the UI mainline module The exposed headers to targets outside the module are now restriced to C APIs contained in the apex header directory. Bug: 137655431 Test: CtsUiRenderingTestCases Change-Id: I30d34055b6870dc1039f190a88f4a747cee17300