summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update makefiles after native handle in Java.Steven Moreland2018-08-141-1/+1
| | | | | | Bug: 35098567 Test: N/A Change-Id: I54b8d804e480cda09806f8028b966f28c4bd706e
* Merge "Convert tetheroffload hal test to use VtsHalHidlTargetTestEnvBase" ↵Zhuoyao Zhang2018-02-121-2/+20
|\ | | | | | | | | | | | | | | am: 2ec93aed52 am: 016b793df7 Change-Id: Ie891a2eebdab5191976694cc9740448ef85a8fe6
| * Convert tetheroffload hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-121-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | * This allow VTS to test tetheroffload hal against all service implmentations registered with different service name. Bug: 64203181 Test: make vts vts-tradefed run vts -m VtsHalTetherOffloadConfigV1_0Target vts-tradefed run vts -m VtsHalTetherOffloadControlV1_0Target Change-Id: I0b4f3cf4abd3ffbd15cef7c2126ce6252a65a28e
| * Merge commit '1a06284b24f5eb7bb9c1fea0817da8898b3b1bff' fromXin Li2017-11-142-40/+38
| |\ | | | | | | | | | | | | | | | | | | oc-mr1-dev-plus-aosp into stage-aosp-master Change-Id: I2a044eb8c9981d0a8198ffe2df55559afbd76341 Merged-In: I4fb9f18884f7ef21162015a0032c4431444f7025
| * | Update makefiles for hidl_interface.Steven Moreland2017-11-101-131/+7
| | | | | | | | | | | | | | | | | | Bug: 35570956 Test: manual Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
* | | Updating makefiles for hidl_interface.Steven Moreland2017-11-131-131/+7
| | | | | | | | | | | | | | | | | | | | | Bug: 64487114 Test: manual Merged-In: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812 Change-Id: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812
* | | Fixup netlink socket creation to make corresponding fix in JNIErik Kline2017-10-221-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | am: d97f8714f0 Change-Id: I864ab25fc8669205a93930ee80462bc40e9f11a4
| * | Fixup netlink socket creation to make corresponding fix in JNIErik Kline2017-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corresponding JNI fix is: aosp/516339 oc-mr1-dev:3102743 Test: as follows - built - flashed - booted - make vts -j30 BUILD_GOOGLE_VTS=true && \ vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalTetherOffloadControlV1_0Target -l DEBUG 10-20 17:48:28 I/ResultReporter: Invocation finished in 5m 32s. PASSED: 38, FAILED: 0, MODULES: 1 of 1 Bug: 68018148 Change-Id: I5aa019d708abaff61387b83a857e9e8226709842
* | | Update for Soong java makefiles. am: c3e80fa01e am: 0fff75dee1Steven Moreland2017-10-111-1/+5
|\ \ \ | | |/ | |/| | | | | | | | | | am: 6c811964a1 Change-Id: I85ccbb4a15cd18938607f5bca4e065b9d7e0182b
| * | Update for Soong java makefiles.Steven Moreland2017-10-111-1/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | am: c3e80fa01e Change-Id: Ia8835f9c95bd98a96f5fd3aff11191e7d3726fb9
| | * | Update for Soong java makefiles.Steven Moreland2017-10-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Test: pass Bug: 33420795 Change-Id: Id9b1919a19b8ff682738cfb0869a479b4dbb4293
* | | | Merge "Update for hidl adapter module defaults." am: 988c977079 am: 861651985fSteven Moreland2017-10-041-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | am: b53e6ad535 Change-Id: I23269fb7a9bdd352e670a80f390527d9eef31412
| * | | Merge "Update for hidl adapter module defaults."Steven Moreland2017-10-041-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | am: 988c977079 Change-Id: I289818be1b30397391847ba1c532d1014fdbed27
| | * | Update for hidl adapter module defaults.Steven Moreland2017-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | Test: pass Change-Id: Idc6a943149a279bf17cfcfd0f2571473e53bbbbf
* | | | Tweaks to tetheroffload VTS: fixes and fd leaksErik Kline2017-09-291-25/+36
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | am: 62e3e4bd1a Change-Id: I2091ae52a80cd45b6d8879e968e06827ea4594b2
| * | | Tweaks to tetheroffload VTS: fixes and fd leaksErik Kline2017-09-251-25/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: - always use hidl_handle::setTo(..., true) to force fd ownership (and thereby cleanup in hidl_handle destructor) - initialize config HAL multiple times to try to trigger fd leaking bugs Test: as follows - make vts -j30 BUILD_GOOGLE_VTS=true && \ vts-tradefed run commandAndExit vts \ --skip-all-system-status-check \ --primary-abi-only \ --skip-preconditions \ --module VtsHalTetherOffloadConfigV1_0Target -l INFO I/ResultReporter: Invocation finished in 48s. PASSED: 4, FAILED: 0, MODULES: 1 of 1 - make vts -j30 BUILD_GOOGLE_VTS=true && \ vts-tradefed run commandAndExit vts \ --skip-all-system-status-check \ --primary-abi-only \ --skip-preconditions \ --module VtsHalTetherOffloadControlV1_0Target -l INFO Bug: 29337859 Bug: 32163131 Bug: 64976634 Bug: 65270149 Bug: 65529504 Change-Id: Ib47b35a01092bb2052d241f7bba951bbf7691b66
* | | | Merge "Fix typo in update makefiles." am: 9960148420 am: f07e364ce3Steven Moreland2017-09-261-1/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | am: 71a193a425 Change-Id: I45ae43f07323254212532acbf0f891d11143b05f
| * | | Merge "Fix typo in update makefiles."Steven Moreland2017-09-261-1/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | am: 9960148420 Change-Id: I949634e72f817f3a5411130e968acd8efd1d7725
| | * | Fix typo in update makefiles.Steven Moreland2017-09-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 37518178 Test: pass Change-Id: Ic401b3a473f15ca4c01e58b3072e19db7c31b653
* | | | Update makefiles for hidl adapter. am: 26a0bb2762 am: 73949c1d7eSteven Moreland2017-09-261-0/+73
|\| | | | |_|/ |/| | | | | | | | | | | am: b94d0c7290 Change-Id: If766cffbcc003cc0cc5eb98969b924aa918fff44
| * | Update makefiles for hidl adapter.Steven Moreland2017-09-251-0/+73
| |\| | | | | | | | | | | | | | | | am: 26a0bb2762 Change-Id: I3a811f5cd49bd4e81e8fcd5c8e88922115812539
| | * Update makefiles for hidl adapter.Steven Moreland2017-09-251-0/+73
| | | | | | | | | | | | | | | | | | Bug: 37518178 Test: manual Change-Id: I50e999907d3c64d2b039272b823971998da64d1b
| * | Update makefiles for vndk enabled. am: 5e59402492 am: 271d53d836Steven Moreland2017-08-091-0/+3
| |\| | | | | | | | | | | | | | | | am: 148ca84740 Change-Id: I5ef3611026b9c770bf713c14b9e01899a796e61c
| | * Update makefiles for vndk enabled.Steven Moreland2017-08-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Test: none Bug: 63866913 Merged-In: I29174fdadca2828455ef49f14e53bc95c5238dbb Change-Id: I29174fdadca2828455ef49f14e53bc95c5238dbb (cherry picked from commit c716b8c3070f560c11fcc0d7d9b8b19af6bbaf28)
| * | Merge "Refactor and expand tetheroffload Control and Config VTS" into oc-dr1-devErik Kline2017-08-072-91/+91
| |\ \ | | | | | | | | | | | | | | | | | | | | am: 6d5cf73b75 Change-Id: Ib52f5a2753655739bdbdbf7b10d3b15c57f31b77
| * \ \ Merge "Tetheroffload Control and Config VTS" into oc-dr1-devTyler Wear2017-08-072-0/+204
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | am: a11e731b6e Change-Id: I4762dcac3ea365fe3d578929f6024381b271bc19
| * | | Update HIDL makefiles.Steven Moreland2017-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Tetheroffload tests static link to HAL def libs.Tri Vo2017-08-111-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 64040096 Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalTetherOffloadControlV1_0Target Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalTetherOffloadConfigV1_0Target Change-Id: Ib771c07646f3e219c7b9ba4be5515552d7fd6348
* | | | Merge "Refactor and expand tetheroffload Control and Config VTS" into oc-dr1-devErik Kline2017-08-072-91/+91
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | am: 6d5cf73b75 Change-Id: I004e81a764313fdaf23f9580b144e1ee2ba79b27
| * | | Refactor and expand tetheroffload Control and Config VTSErik Kline2017-08-072-91/+91
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Test: as follows - built - flashed - booted - adb sync && adb shell ...$test Bug: 38220415 Change-Id: Iab715c45ad0457f3eea43ee408fa947ffc01c4aa
* | | Merge "Tetheroffload Control and Config VTS" into oc-dr1-devTyler Wear2017-08-072-0/+204
|\| | | | | | | | | | | | | | | | | am: a11e731b6e Change-Id: I24712d426e1227b1f96cfa35f9f7b320e27fc901
| * | Tetheroffload Control and Config VTSTyler Wear2017-08-072-0/+204
| |/ | | | | | | | | | | | | | | Basic VTS for Tetheroffload Config and Control HALs. Bug: 38220415 Change-Id: I6d0867e019aca58d8a6bd1404b8b85ed98274f11 CRs-fixed: 2083182
* | Merge "Update makefiles for vndk enabled." into oc-mr1-devTreeHugger Robot2017-08-031-0/+3
|\ \
| * | Update makefiles for vndk enabled.Steven Moreland2017-08-021-0/+3
| |/ | | | | | | | | | | Test: none Bug: 63866913 Change-Id: I29174fdadca2828455ef49f14e53bc95c5238dbb
* / Update HIDL makefiles.Steven Moreland2017-08-021-1/+1
|/ | | | | | | | | | | | | | | 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 Merged-In: I1b2401fb273ab80819e3870aa71fe742269674ba Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba (cherry picked from commit 7206708528e1f0393347719f156ddf0bd0b6249c)
* Update makefiles.Steven Moreland2017-05-181-0/+1
| | | | | | | Adds default configuration to all hals. Test: pass Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
* Update makefiles for c++-sources and c++-headers.Steven Moreland2017-05-091-2/+2
| | | | | | Test: pass Bug: 38174080 Change-Id: I683455736eed35e6ced24e2763c2bdb5fb6c9601
* Remove redundant dependencies.Steven Moreland2017-05-021-2/+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-272-0/+96
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