Closed GoogleCodeExporter closed 9 years ago
It seems to be that build/target/product/core.mk was missing an entry to the
org.simalliance.openmobileapi.xml package. The Android.mk file defines two
LOCAL_MODULE entries, thus two packages but only one was included in core.mk.
Please add the following line to build/target/product/core.mk:
org.simalliance.openmobileapi.xml \
under the section PRODUCT_PACKAGES :=
When will this change be included in the release?
Original comment by danny.w....@gmail.com
on 13 Apr 2012 at 1:39
Original comment by Daniel.A...@gi-de.com
on 8 May 2012 at 2:07
Here is a patch file that adds the missing line.
It can be applied using following command after the Smartcard API patch has
been applied:
$ patch -p1 < patch-issue16.diff
Original comment by curd.wal...@gi-de.com
on 21 May 2012 at 8:37
Attachments:
Original issue reported on code.google.com by
Daniel.A...@gi-de.com
on 29 Feb 2012 at 11:32