Apollo: Add a Module to Apollo Modules

Created on 6 Jul 2018  Â·  2Comments  Â·  Source: ApolloAuto/apollo

I want to be able to create my own module which would be built along with the other modules when I run $./apollo.sh build

Does that module have to have a script that calls it? What exactly makes a module and how can I create my own?

All Others Question

Most helpful comment

You can just add your module in modules/ folder. You can use modules/routing as an example, which is a relatively simple module. Write the BUILD files properly and apollo.sh will build your module automatically

All 2 comments

You can just add your module in modules/ folder. You can use modules/routing as an example, which is a relatively simple module. Write the BUILD files properly and apollo.sh will build your module automatically

Closing the issue due to no further communication. Feel free to re-open if there is follow up questions.

Was this page helpful?
0 / 5 - 0 ratings