有很多将整个源文件夹添加到路径的示例,例如
cppFlags += "-I${file("src/main/jni/native_app_glue")}".toString()
在 AS 1.3+ 的新实验性 gradle 插件中
有没有办法向其中添加单个源文件?
有很多将整个源文件夹添加到路径的示例,例如
cppFlags += "-I${file("src/main/jni/native_app_glue")}".toString()
在 AS 1.3+ 的新实验性 gradle 插件中
有没有办法向其中添加单个源文件?