summaryrefslogtreecommitdiffstats
path: root/tetheroffload
Commit message (Collapse)AuthorAgeFilesLines
* Update makefiles for vndk enabled.Steven Moreland2017-08-082-0/+6
| | | | | | | | Test: none Bug: 63866913 Merged-In: I29174fdadca2828455ef49f14e53bc95c5238dbb Change-Id: I29174fdadca2828455ef49f14e53bc95c5238dbb (cherry picked from commit c716b8c3070f560c11fcc0d7d9b8b19af6bbaf28)
* Update makefiles.Steven Moreland2017-08-031-136/+0
| | | | | | | | | | | Removes redundant "java-static" target. Note, targets aren't removed here which have internal targets that depend on them. Bug: 36376126 Test: pass Change-Id: I830f02e5f219d2d58721132c358d2783c3942eac
* Change dependency librarySundong Ahn2017-08-011-0/+4
| | | | | | | | | | | | hwbinder.jar will be used instead of framework.jar on build-time, but on runtime framework.jar will be used. This is to cut the circular dependency when using configstore from Android framework. Bug: 35771640 Test: no test. Change-Id: I04cab676c91d2ea423f5e2c1b2b9efa15e522f37
* Update HIDL makefiles.Steven Moreland2017-07-262-2/+2
| | | | | | | | | | | | | Allow them to be static. This is required for a couple of reasons: - enabling HIDL passthrough in recovery - enabling VTS tests to be static blobs Bug: 32920003 Bug: 64040096 Test: update-all-google-makefiles.sh Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba
* Update makefiles.Steven Moreland2017-05-182-0/+2
| | | | | | | Adds default configuration to all hals. Test: pass Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
* Update makefiles for c++-sources and c++-headers.Steven Moreland2017-05-092-4/+4
| | | | | | Test: pass Bug: 38174080 Change-Id: I683455736eed35e6ced24e2763c2bdb5fb6c9601
* Remove redundant dependencies.Steven Moreland2017-05-022-4/+0
| | | | | | | | | android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I56655b0214ba147398f9234eb004fba0aceb7e40 Merged-In: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d
* Tether Offload HALNiranjan Pendharkar2017-04-278-0/+777
Adds new interfaces to perform hardware optimized tethering offload. Test: as follows - built (bullhead) - flashed - booted - "runtest frameworks-net" passes Bug:34361337 Change-Id: I1ed756306e1efe98bd2703df9c9846a50a87ffcd