androidNativeBundle icon indicating copy to clipboard operation
androidNativeBundle copied to clipboard

per module export/import

Open mgood7123 opened this issue 3 years ago • 3 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

mgood7123 avatar Mar 22 '21 01:03 mgood7123

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

howardpang avatar Mar 22 '21 07:03 howardpang

To avoid header conflicts

For example, if

AB contains a.hpp

AD contains a.hpp

AC can contain AB or AD but not both otherwise a conflict will occur

On Mon, 22 Mar 2021, 5:04 pm howard, @.***> wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/howardpang/androidNativeBundle/issues/9#issuecomment-803816618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGLITHZNG7OJGGCJYLTKSEDTE3TY7ANCNFSM4ZSGG5FQ .

mgood7123 avatar Mar 22 '21 09:03 mgood7123

https://github.com/howardpang/androidNativeBundle/issues/10#issuecomment-804414617

my approach enables per module import and export

mgood7123 avatar Apr 14 '21 06:04 mgood7123