Discussion:
[chromium-dev] How to add JAR file in chromium for Chromium Android
v***@gmail.com
2018-11-01 09:05:20 UTC
Permalink
I want some enhancement in chromium-Android project.

I have JAR file and I want to integrate in Chromium-Android.

But I do'nt know how to do ?

Any idea please suggest me.

Thanks in Advance
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d6649133-b645-44a7-8e5f-e601ad145c43%40chromium.org.
David Turner
2018-11-05 10:56:03 UTC
Permalink
You will have to use either an android_library
<https://cs.chromium.org/chromium/src/build/config/android/rules.gni?rcl=02b4622b5182f80acd62e85aa17a0d86ad77ab8b&l=1718>()
or java_library
<https://cs.chromium.org/chromium/src/build/config/android/rules.gni?rcl=02b4622b5182f80acd62e85aa17a0d86ad77ab8b&l=1311>()
target, and specify the path to your .jar file using the |jar_path|
variable.

Hope this helps,
Post by v***@gmail.com
I want some enhancement in chromium-Android project.
I have JAR file and I want to integrate in Chromium-Android.
But I do'nt know how to do ?
Any idea please suggest me.
Thanks in Advance
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d6649133-b645-44a7-8e5f-e601ad145c43%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d6649133-b645-44a7-8e5f-e601ad145c43%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CACnJMqrN-_mjK-uo9HNv3DK%3D-xSs9SBovOQCXbWYoWGKGyXCFA%40mail.gmail.com.
v***@gmail.com
2018-11-20 13:03:16 UTC
Permalink
Thanks for suggestion.

Can you please describe in brief ? How to add jar file using
android_library() or java_library() and where can I add this target?.

Actually, I am new in Chromium-Android.

Thanks,
Post by David Turner
You will have to use either an android_library
<https://cs.chromium.org/chromium/src/build/config/android/rules.gni?rcl=02b4622b5182f80acd62e85aa17a0d86ad77ab8b&l=1718>()
or java_library
<https://cs.chromium.org/chromium/src/build/config/android/rules.gni?rcl=02b4622b5182f80acd62e85aa17a0d86ad77ab8b&l=1311>()
target, and specify the path to your .jar file using the |jar_path|
variable.
Hope this helps,
Post by v***@gmail.com
I want some enhancement in chromium-Android project.
I have JAR file and I want to integrate in Chromium-Android.
But I do'nt know how to do ?
Any idea please suggest me.
Thanks in Advance
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d6649133-b645-44a7-8e5f-e601ad145c43%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d6649133-b645-44a7-8e5f-e601ad145c43%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f13cadba-12ca-4c05-a3f9-302abbb98581%40chromium.org.
Loading...