Discussion:
[android-porting] Re: LOCAL_STATIC_JAVA_LIBRARIES not generating for HIDL Android O(8.1)
vijay mahanthesh
2018-06-07 06:14:16 UTC
Permalink
Found the solution!!! if we build the Client app as a part for complete
build, LOCAL_STATIC_JAVA_LIBRARIES will be generated as part of
ALLOW_MISSING_DEPENDENCIES=true from main make build .
Below problem is only seen if we write a app which would not be part of
complete build.
In Android O(8) ,While writing HIDL , Local static
out/target/common/obj/JAVA_LIBRARIES/) when giving full build using make
command, however same would be generated if we give MM on the HIDL , what
could be the reason ? , have added in device.mk , could see only
LOCAL_JAVA_LIBRARIES is generated but not LOCAL_STATIC_JAVA_LIBRARIES.
--
--
unsubscribe: android-porting+***@googlegroups.com
website: http://groups.google.com/group/android-porting

---
You received this message because you are subscribed to the Google Groups "android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...