Hi, I'm trying to include cpp and header files from the external folder in soong build.
I saw here <https://groups.google.com/g/android-building/c/CHOSvZNlnaY/m/I590b-rOBAAJ> that for cpp files I can use *filegroup *and it indeed works, but I didn't find a way to include header files. In the example below, I want to include common files in both Foo and Bar Android.bp. - Root - - Android.bp - - - Common(folder) - - - Common.cpp - - - Common.h - - - Defs.h - - - Foo(folder) - - - Android.bp - - - Foo.cpp - - - Foo.h - - - Bar(folder) - - - Android.bp - - - Bar.cpp - - - Bar.h Regards, Netanel -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/b2e5a425-90a8-4358-920b-86b7e2def8d6n%40googlegroups.com.
