Re: [android-building] Android.bp to support architectural files

2019-10-09 Thread 'Colin Cross' via Android Building
Use a single module, and put the differences into multilib lib32/lib64 clauses: multilib: { lib32: { srcs: ["foo32.c"], }, lib64: { srcs: ["foo32.c"], }, }, On Wed, Oct 9, 2019 at 1:09 PM REGURI AKANKSHA wrote: > Suppose say a module has name - x and

[android-building] Android.bp to support architectural files

2019-10-09 Thread REGURI AKANKSHA
Suppose say a module has name - x and compile_multilib =32 and other module has name - x and compile_multilib = 64. When executed this would result in module duplication? How can this duplication be solved? Thanks in advance -- -- You received this message because you are subscribed to the