当前位置:网站首页>JNI. H description

JNI. H description

2022-06-29 10:07:00 FW_ G8Z

/*
 * Copyright (C) 2006 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * JNI specification, as defined by Sun:
 * http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html
 *
 * Everything here is expected to be VM-neutral.
 */

//  contrast 
// %ndk%/sysroot/usr/include/jni.h
// %sdk%/ndk/21.1.6352462/sysroot/usr/include/jni.h
// %ndk%/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include/jni.h
// %sdk%/ndk/2
原网站

版权声明
本文为[FW_ G8Z]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/180/202206290920566465.html