Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-pmc] [CQ 20688] Android Project Headers for UPM MMC35240 Library

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20688


Achim Kraus <achim.kraus@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achim.kraus@xxxxxxxxxxxx




--- Comment #7 from Achim Kraus <achim.kraus@xxxxxxxxxxxx>  2019-08-22 04:29:01 ---
If possible, I would be interested in even more details:

I guess, your intention is basically providing a library/module, which just
uses some android libraries, but not includes them. Right?
However, if someone want to build a deliverable App with that, then the last
step would be to copy that library/module together with the used libraries (c
or java) into the aar, which is then the delivery. Does this also align with
your understanding? 

With that:
The library itself, which just uses other libraries may be easier, because you
don't deliver stuff from 3. parties.

But with a App, even just a demo, it will get hard, because Android includes
the others stuff into the aar and so you deliver those as well. 
I tried already to get an "exempt pre-req" for the android support libraries,
see http://dev.eclipse.org/ipzilla/show_bug.cgi?id=20167 , unfortunately I
failed :-).

So, what do you plan:
Only a library/module, which uses other stuff?
Or a Android Demo App as well?



-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top