I have created some modules inside android to add some additional
functionality.
Similarly I have modified some framework files
(PackageManagerService.java) meaning I also Have modified the
Android.mk inside the service/java folder in order to add that
library.
However when i try to make, framework make fails , it seems to go
into a interdependent chain ....
1>While making sipc
make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/
filterfw_intermediates/javalib.jar', needed by `out/target/common/obj/
JAVA_LIBRARIES/sipc_framework_intermediates/classes-full-debug.jar'.
Stop.
2>While making filterfw
make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/
framework_intermediates/javalib.jar', needed by `out/target/common/obj/
JAVA_LIBRARIES/filterfw_intermediates/classes-full-debug.jar'. Stop.
3>While making framework
make: *** No rule to make target `out/target/common/obj/JAVA_LIBRARIES/
sipc_static_intermediates/javalib.jar', needed by `out/target/common/
obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar'.
Stop.
Can anyone tell me if theres a way to override the default dependency
resolution ?
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-platform@googlegroups.com.
To unsubscribe from this group, send email to android-platform+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.