What is the correct way to import a package in AOSP?
I know this might be a trival question for normal Java or Android app that uses Gradle as build system, but in AOSP where Soong is used, it seems there are some special rules in the build system preventing me from doing it the normal way:
I have two Java packages com.consumer
and net.producer
, their source files are under src
fodler, e.g.