Hello Everyone, I'm building sdk -addon for a custom Android platform based on Android 8.0.1 Able to build sdk-addon with all required libraries which I'm going to share with client developers. But there are few libraries which needs resources as well like colors, theme res etc.
With SDK-Addon I can only see libraries under libs/ folder. I read that LOCAL_JAVA_RESOURCE_DIRS variable can be used to build jars with resource. But I guess there's a limitation to use this variable only when you're building with BUILD_HOST_JAVA_LIBRARY. And all of my platform libraries are built with BUILD_STATIC_JAVA_LIBRARY. So, is there a way to either include resources with my SDK-Addon or with libraries itself ?? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
