Add python car module as subproject, add config to generate python protobuf code.

This commit is contained in:
Piv
2020-04-18 17:58:05 +09:30
parent 878f4bc8ab
commit 5b57bf592d
8 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
include ':app'
include ':protobuf'
include 'car'
rootProject.name='CarController'