Tool to generate an Android.mk

前端 未结 2 1729
醉梦人生
醉梦人生 2021-01-06 01:33

I have a big C++ project that has about hundred source files that are located in a bunch of sub folders. They were initially developed using Xcode IDE, so there are no makef

2条回答
  •  轮回少年
    2021-01-06 02:01

    I have created a simple to script to generate Android.mk, you can see more information from here.

    You can use the option -s|--scan to add all your sources in your sub folders to your LOCAL_SRC_FILES in Android.mk.

提交回复
热议问题