| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Exporting needed symbols for linking libwebcore and libstagefright.
Everything here is cherrypicks from upstream, but only taking
the definitions we need to satisfy linker errors.
One exception is in openssl_private_key_store.h, which because of this
uses an android guard.
Change-Id: I74a8f2bfd63a83c2c1684ba955fcdf00bcb2666a
|
|
|
|
| |
Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
|
|
|
|
| |
Change-Id: I273dde2843af0839dfc08b419bb443fbd449532d
|
|
|
|
| |
Change-Id: I070cc91c608dfa4a968a5a54c173260765ac8097
|
|
|
|
| |
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
|
|
|
|
|
|
| |
Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used.
Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
|
|
|
|
| |
Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
|
|
The source files were determined by building net_unittests in chromium's source
tree. Some of the obvious libraries were left out (v8, gmock, gtest).
The Android.mk file has all the sources (minus unittests and tools) that were
used during net_unittests compilation. Nothing builds yet because of STL but
that is the next task. The .cpp files will most likely not compile anyways
because of the LOCAL_CPP_EXTENSION mod. I will have to break this into multiple
projects to get around that limitation.
|