makefile - android custom build. adding an app to the build -
i want make custom build of android editing code of android. main motive adding , removing apps build. removing app build pretty simple. deleted entry core.mk file.
but want add application build. every time make error.
make: *** no rule make target `packages/apps/myapplication/androidmanifest.xml', needed `out/target/product/generic/obj/apps/myapplication_intermediates/package.apk'. stop.
need following topics
- how write makefile application. helloworld app (for first experiment).
- do need add entry application anywhere else build/target/product/core.mk file.
- what error refers to. , solution.
Comments
Post a Comment