Removing application declarations in the repo manifest did not work for me, as there are other libraries that reference them, which then will not compile. A systematic approach to this problem is to create / modify the makefile so as not to include specific applications.
So, for excess, you probably already have the product file products / overo.mk . You can manually set the PRODUCT_PACKAGES variable to which application you want to send. You will also want to take a look at the PRODUCT_POLICY variable, as it defines the application suites for your product type.
It may take some time for everything to be built correctly due to the interdependencies between the applications, but the Android build output pretty well explains the problems when they arise.
kgilmer
source share