how to add static libs to apex

1,013 views
Skip to first unread message

bon ami

unread,
Feb 9, 2021, 10:57:47 AM2/9/21
to android-porting
I have a static lib, whose Android.bp is like,
java_import {
    name: "a-V0.1-java",
    host_supported: true,
    installable: false,
    jars: ["a.jar"],
}

I can use it in modules other than this apex, since I have tried binaries, prebuilts, java_libs and no tags works for this lib. I wonder whether it is because lib a is on host, while an apex is for target, but in that case, why is there a native_shared_libs tag for apex? It would fit, IMO, if there is a native_static_libs tag.
     apex {
         name: "com.android.wifi",
         defaults: ["com.android.wifi-defaults"],
         manifest: "apex_manifest.json",
     }

other modules, which work, are like,
java_library {
 name: "framework-internal-utils", 
 static_libs: [  a-V0.1-java 

Thanks a lot

Evliyim Mutluyum Huzliyum

unread,
Feb 10, 2021, 4:22:27 PM2/10/21
to bona...@gmail.com, android-porting

9 Şub 2021 Sal 17:57 tarihinde bon ami <bona...@gmail.com> şunu yazdı:
--
--
unsubscribe: android-porti...@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-porti...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/e6947da7-1129-4acf-87be-cb1bd931a18dn%40googlegroups.com.

bon ami

unread,
Feb 17, 2021, 6:55:32 PM2/17/21
to android-porting
adding following line to the makefile of the lib works,
  apex_available: ["//apex_available:platform", "//apex_available:anyapex", ],

Reply all
Reply to author
Forward
0 new messages