howardpang / androidNativeBundle

a gradle plugin that support publish c/c++ headers to 'aar' and depend those 'aar'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

per module export/import

mgood7123 opened this issue · comments

is there a way to export and import per-module

for example

Module Type Dependancies Dependancies Imported By Other Dependancies
RingBuffer Export None None
Midi Export Ringbuffer None
Ports Export Ringbuffer None
Plugin Export Ports, Midi Ringbuffer
Module Type Dependancies Dependancies Imported By Other Dependancies
Midi Import Ringbuffer None
Ports Import Ringbuffer None
Plugin Import Ports, Midi Ringbuffer

Sorry i didn't get what you mean, can you give me an example

#10 (comment)

my approach enables per module import and export