OSDN Git Service

android-x86/system-hardware-interfaces.git
6 years agoSnap for 4751833 from 64848957ba49275896c80790ceeeb6219930f687 to pi-release
android-build-team Robot [Sun, 29 Apr 2018 07:28:04 +0000 (07:28 +0000)]
Snap for 4751833 from 64848957ba49275896c80790ceeeb6219930f687 to pi-release

Change-Id: Ic167b25d177db6ad0c9204f66ed148d33e99a74a

6 years agoFix NetdHidlTest.TestAddRemoveInterfaces()
Bernie Innocenti [Fri, 27 Apr 2018 08:34:30 +0000 (17:34 +0900)]
Fix NetdHidlTest.TestAddRemoveInterfaces()

The regex in countRulesForFwmark() overeagerly matched rules ending
in the same hex digit. For instance, fwmark=3 would match both these
lines:

  from all fwmark 0xd0003/0xdffff iif lo lookup netd13474_27190
  from all fwmark 0x10063/0x1ffff iif lo lookup local_network

This fix consists in matching either just 0x3, or the zero-padded 0003.

Bug: 74922133
Test: as follows:
    m VtsHalNetNetdV1_1TargetTest && \
    adb push out/.../VtsHalNetNetdV1_1TargetTest /data/ && \
    adb shell /data/VtsHalNetNetdV1_1TargetTest
Change-Id: If6df9fa6cf843a5593ce61d87366c23383bb4d81

6 years agoSnap for 4693621 from 9a9a0772bc04427f3cc23289501a6b56463d1db1 to pi-release
android-build-team Robot [Sun, 1 Apr 2018 07:21:00 +0000 (07:21 +0000)]
Snap for 4693621 from 9a9a0772bc04427f3cc23289501a6b56463d1db1 to pi-release

Change-Id: I24dc0eba050216b702dc2e831055251fc87c0e52

6 years agoMerge "update OWNERS for VTS" into pi-dev
TreeHugger Robot [Fri, 30 Mar 2018 17:50:33 +0000 (17:50 +0000)]
Merge "update OWNERS for VTS" into pi-dev

6 years agoupdate OWNERS for VTS
Keun Soo Yim [Fri, 30 Mar 2018 16:06:16 +0000 (09:06 -0700)]
update OWNERS for VTS

Test: inspection
Bug: 75325573
Change-Id: I61c0d7fd4c4ca49e9370c8dc2bcfc5e00812aec1

6 years agoAdd tests for INetd 1.1.
Lorenzo Colitti [Thu, 8 Feb 2018 10:58:31 +0000 (19:58 +0900)]
Add tests for INetd 1.1.

Bug: 73032258
Test: VtsHalNetNetdV1_0TargetTest and VtsHalNetNetdV1_1TargetTest passes on marlin
Change-Id: Id4d49f08563982353a9a7db79b569e933ea03c46
Merged-In: Id4d49f08563982353a9a7db79b569e933ea03c46
(cherry picked from commit 94832f94dc902b130bf3b2814e9addc2f27a2840)

6 years agoMake the VTS tests for the INetd HAL 1.0 more realistic.
Lorenzo Colitti [Tue, 13 Mar 2018 04:08:01 +0000 (04:08 +0000)]
Make the VTS tests for the INetd HAL 1.0 more realistic.

The VTS test for the netd HAL creates an OEM network, but it
doesn't check whether the network exists. Fix that by using
the native multinetwork API calls to select the network.
Also, check that when an OEM network is created, there are no IP
rules that select for its fwmark. There should be none because
a network that has just been created has no interfaces.

Put utility code into a new VtsHalNetNetdTestUtils static library
to avoid code duplication when we add new tests for future HALversions.

Bug: 73032258
Test: VtsHalNetNetdV1_0TargetTest passes on marlin
Change-Id: I345b9b27d7c2c8bdd6ce6d60430490dac8c3a989
Merged-In: Ie574990f7640fdc7d83ccd58baf6dfe1069a3654
(cherry picked from commit 79f693702c35dca81f7390d1619736a204e61a70)

6 years agoSnap for 4662252 from 61323db76114d7115ad44281eba81801a562828c to pi-release
android-build-team Robot [Sun, 18 Mar 2018 07:25:05 +0000 (07:25 +0000)]
Snap for 4662252 from 61323db76114d7115ad44281eba81801a562828c to pi-release

Change-Id: Iabd6928174603f91e1d4cf3790d338ee0156a169

6 years agoFreeze HALs for Android P
Steven Moreland [Wed, 14 Mar 2018 23:12:33 +0000 (16:12 -0700)]
Freeze HALs for Android P

Bug: 68112778
Test: none
Change-Id: Ic3617e937a4589f5ef6a40b4831c9a77328215e0

6 years agoSnap for 4647811 from 8f840890816dce4ce04cade229d5ab80b850dcea to pi-release
android-build-team Robot [Sun, 11 Mar 2018 08:22:23 +0000 (08:22 +0000)]
Snap for 4647811 from 8f840890816dce4ce04cade229d5ab80b850dcea to pi-release

Change-Id: I9cd5167037720d715ca705a297dcd55214b07f90

6 years agoIntroduce netd 1.1
Tyler Wear [Mon, 8 Jan 2018 23:54:23 +0000 (15:54 -0800)]
Introduce netd 1.1

Additional OEM Network APIs

 > add/remove interface
 > add/remove route
 > set forwarding

Bug: 73032258
Test: marlin builds, boots
Test: VtsHalNetNetdV1_1TargetTest, VtsHalNetNetdV1_1TargetTest pass on whole topic
Change-Id: I40b9a8023560aa6db86012ae013e8f6175472162

6 years agoSnap for 4496165 from fee9f9dd5c74219f725efe8d168f0497745cc137 to pi-release
android-build-team Robot [Mon, 11 Dec 2017 12:19:43 +0000 (12:19 +0000)]
Snap for 4496165 from fee9f9dd5c74219f725efe8d168f0497745cc137 to pi-release

Change-Id: Idb20a650b242ab9f046973d34e226939955450b8

6 years agoDO NOT MERGE: Merge Oreo MR1 into master am: a5d45aa1dd -s ours am: d10f572af0
Xin Li [Thu, 7 Dec 2017 22:00:51 +0000 (22:00 +0000)]
DO NOT MERGE: Merge Oreo MR1 into master am: a5d45aa1dd  -s ours am: d10f572af0
am: 9b699fdb99  -s ours

Change-Id: I2db04878a0b2b54344b960f35502cbc08c25deda

6 years agoDO NOT MERGE: Merge Oreo MR1 into master am: a5d45aa1dd -s ours
Xin Li [Thu, 7 Dec 2017 07:22:01 +0000 (07:22 +0000)]
DO NOT MERGE: Merge Oreo MR1 into master am: a5d45aa1dd  -s ours
am: d10f572af0

Change-Id: I43324aefa900fe2a70aec620ab22b9b5b0737e36

6 years agoDO NOT MERGE: Merge Oreo MR1 into master
Xin Li [Thu, 7 Dec 2017 04:50:10 +0000 (04:50 +0000)]
DO NOT MERGE: Merge Oreo MR1 into master
am: a5d45aa1dd  -s ours

Change-Id: Iabd8d07c4007f802c690fbeaee9edc24dae51842

6 years agoDO NOT MERGE: Merge Oreo MR1 into master
Xin Li [Wed, 6 Dec 2017 19:52:22 +0000 (11:52 -0800)]
DO NOT MERGE: Merge Oreo MR1 into master

Exempt-From-Owner-Approval: Changes already landed internally
Change-Id: I88cfd3f7ac04c338e456245f011eb7b0ca55248c

6 years agoSnap for 4476081 from cedc03360070d3176c0c5c9551e5edc905111eaa to pi-release
android-build-team Robot [Thu, 30 Nov 2017 09:05:50 +0000 (09:05 +0000)]
Snap for 4476081 from cedc03360070d3176c0c5c9551e5edc905111eaa to pi-release

Change-Id: I34c952fed4f3848fb8d18231c9c1526e4b230e2e

6 years agoMake libkeystore_aidl shared and export to PDK.
Dmitry Dementyev [Wed, 29 Nov 2017 00:20:10 +0000 (16:20 -0800)]
Make libkeystore_aidl shared and export to PDK.

Bug: 69539820
Test: manual
Change-Id: I280905a5572bab4fd3aeba9e82c0030d50c5890e

6 years agoSnap for 4459973 from 7ebf2fb767add88b679dde17ba730319037b755d to pi-release
android-build-team Robot [Sun, 19 Nov 2017 08:38:52 +0000 (08:38 +0000)]
Snap for 4459973 from 7ebf2fb767add88b679dde17ba730319037b755d to pi-release

Change-Id: Ibe50f3cf1c6115852d76a481d6e21d9b3017e356

6 years agoMerge "Get rid of manually generated IKeystoreService in wifi/keystore"
Dmitry Dementyev [Fri, 17 Nov 2017 22:32:12 +0000 (22:32 +0000)]
Merge "Get rid of manually generated IKeystoreService in wifi/keystore"

6 years agoSnap for 4453288 from ec2384b75efccd1631d5c359d823be1e9f98f888 to pi-release
android-build-team Robot [Wed, 15 Nov 2017 08:34:41 +0000 (08:34 +0000)]
Snap for 4453288 from ec2384b75efccd1631d5c359d823be1e9f98f888 to pi-release

Change-Id: I48f50f9a44a22ac9a515645bc531aa6e435faa79

6 years agoMerge remote-tracking branch 'goog/stage-aosp-master' into HEAD
Xin Li [Wed, 15 Nov 2017 02:36:32 +0000 (02:36 +0000)]
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
am: 666ee70f8f

Change-Id: Iaa269e313fe7a0ca5128e04692fcd5119d7c4376

6 years agoMerge remote-tracking branch 'goog/stage-aosp-master' into HEAD
Xin Li [Wed, 15 Nov 2017 00:38:30 +0000 (16:38 -0800)]
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD

Change-Id: I17f553bded1573f2e19a7096f18364ce638702d0

6 years agoMerge commit '222107507d126c33bd48647fb92e0b4021fb861f' from
Xin Li [Tue, 14 Nov 2017 20:19:17 +0000 (12:19 -0800)]
Merge commit '222107507d126c33bd48647fb92e0b4021fb861f' from
oc-mr1-dev-plus-aosp into stage-aosp-master

Change-Id: Ibd45fbd904abfbb986d8f3adfc415ddd0e35b1e7

6 years agoSnap for 4450504 from 2e5f221b5aeb236e9d200cbb413b668cf3e2464e to pi-release
android-build-team Robot [Tue, 14 Nov 2017 08:20:45 +0000 (08:20 +0000)]
Snap for 4450504 from 2e5f221b5aeb236e9d200cbb413b668cf3e2464e to pi-release

Change-Id: I86ab9c105da24caec9aba1ca36fefbdcabe12e10

6 years agoUpdate makefiles for hidl_interface. am: c15b482924 am: 1e9c7e125f
Steven Moreland [Tue, 14 Nov 2017 01:04:06 +0000 (01:04 +0000)]
Update makefiles for hidl_interface. am: c15b482924 am: 1e9c7e125f
am: 751427f1a8

Change-Id: Ia9c4a85147f189987946ef1bcbcb95abd2e0477f

6 years agoUpdate make file for vndk enabled. am: 4b8f02e7aa am: e612a2ec6e
Justin Yun [Tue, 14 Nov 2017 01:04:04 +0000 (01:04 +0000)]
Update make file for vndk enabled. am: 4b8f02e7aa am: e612a2ec6e
am: 47c864541e

Change-Id: I71486d2c7a502fa155359ab7731bf3093dda2d53

6 years agoUpdate makefiles for hidl_interface. am: c15b482924
Steven Moreland [Tue, 14 Nov 2017 01:01:24 +0000 (01:01 +0000)]
Update makefiles for hidl_interface. am: c15b482924
am: 1e9c7e125f

Change-Id: Ie2e32c3983cd9f2fbfc266b094355c43e72cbe99

6 years agoUpdate make file for vndk enabled. am: 4b8f02e7aa
Justin Yun [Tue, 14 Nov 2017 01:01:22 +0000 (01:01 +0000)]
Update make file for vndk enabled. am: 4b8f02e7aa
am: e612a2ec6e

Change-Id: Id9d5682551c8aef5e3f95db211fa28fd0621347f

6 years agoUpdate makefiles for hidl_interface.
Steven Moreland [Tue, 14 Nov 2017 00:59:21 +0000 (00:59 +0000)]
Update makefiles for hidl_interface.
am: c15b482924

Change-Id: I75d2ed14f3660e2c8e84b728f56430cf361268bb

6 years agoUpdate make file for vndk enabled.
Justin Yun [Tue, 14 Nov 2017 00:59:19 +0000 (00:59 +0000)]
Update make file for vndk enabled.
am: 4b8f02e7aa

Change-Id: I15823284c01b0a2bcd417118568c56ac80520686

6 years agoUpdate makefiles for hidl_interface.
Steven Moreland [Sat, 11 Nov 2017 01:07:23 +0000 (17:07 -0800)]
Update makefiles for hidl_interface.

Bug: 35570956
Test: pass
Change-Id: Ib6adcc0016e19e77593f24167b32a555c5b500c9

6 years agoUpdate make file for vndk enabled.
Justin Yun [Fri, 4 Aug 2017 05:24:53 +0000 (14:24 +0900)]
Update make file for vndk enabled.

Update the Android.bp generated with hidl-gen.

Bug: 63866913
Test: build with and without BOARD_VNDK_VERSION=current
Change-Id: I8a62bba1a9538dcc71ccc0cc0586d9e07fa85f96

6 years agoGet rid of manually generated IKeystoreService in wifi/keystore
Dmitry Dementyev [Sat, 4 Nov 2017 03:16:42 +0000 (20:16 -0700)]
Get rid of manually generated IKeystoreService in wifi/keystore

The change included necessary updates to wifi/keystore caused by changes
in interface signature.

Test: none
Bug:68389643
Change-Id: I307f0131d05e8d708c12f8a9ce48beb689d96b72

6 years agoSnap for 4418112 from 432941d7bbe8b6e93459d9255923696ea86d2fac to pi-release
android-build-team Robot [Thu, 26 Oct 2017 08:02:08 +0000 (08:02 +0000)]
Snap for 4418112 from 432941d7bbe8b6e93459d9255923696ea86d2fac to pi-release

Change-Id: I29d931d32e339dd62d107633850cf26f9c65485d

6 years agoUse -Werror in system/hardware/interfaces am: 29f5ec76f9 am: 1846b257a0
Chih-Hung Hsieh [Thu, 26 Oct 2017 03:21:30 +0000 (03:21 +0000)]
Use -Werror in system/hardware/interfaces am: 29f5ec76f9 am: 1846b257a0
am: 4a165a6fcc

Change-Id: I74b0f3ead27b6e68e3e6c0baee29e303878a61d7

6 years agoUse -Werror in system/hardware/interfaces am: 29f5ec76f9
Chih-Hung Hsieh [Thu, 26 Oct 2017 03:18:59 +0000 (03:18 +0000)]
Use -Werror in system/hardware/interfaces am: 29f5ec76f9
am: 1846b257a0

Change-Id: Idc7beb2fc3d4dec87d61b3116a832c383dd85560

6 years agoUse -Werror in system/hardware/interfaces
Chih-Hung Hsieh [Thu, 26 Oct 2017 03:16:59 +0000 (03:16 +0000)]
Use -Werror in system/hardware/interfaces
am: 29f5ec76f9

Change-Id: I3623071046964e5ad206570059a49705354e90f1

6 years agoUse -Werror in system/hardware/interfaces
Chih-Hung Hsieh [Thu, 5 Oct 2017 05:23:32 +0000 (22:23 -0700)]
Use -Werror in system/hardware/interfaces

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I9ebbd5e392c62059bdb2fc87aa49615da22b3547

6 years agoSnap for 4415813 from 634a9255e3ae39eadaa761e81d8fa62b2247830d to pi-release
android-build-team Robot [Wed, 25 Oct 2017 08:08:28 +0000 (08:08 +0000)]
Snap for 4415813 from 634a9255e3ae39eadaa761e81d8fa62b2247830d to pi-release

Change-Id: Ib047694318e50565041214531a94e351415b6afe

6 years agoMove libwifikeystorehal to Android.bp. am: 6a1726a444 am: 46208530f8
Jeff Sharkey [Wed, 25 Oct 2017 05:46:09 +0000 (05:46 +0000)]
Move libwifikeystorehal to Android.bp. am: 6a1726a444 am: 46208530f8
am: 753b9472c5  -s ours

Change-Id: I84778265716d85abeba8ab7ea8a129b2ae1e7aa2

6 years agoMove libwifikeystorehal to Android.bp. am: 6a1726a444
Jeff Sharkey [Wed, 25 Oct 2017 05:30:54 +0000 (05:30 +0000)]
Move libwifikeystorehal to Android.bp. am: 6a1726a444
am: 46208530f8

Change-Id: I540494a88ca1197e6562ef2d76d6ae68e1915d21

6 years agoMove libwifikeystorehal to Android.bp.
Jeff Sharkey [Wed, 25 Oct 2017 04:54:46 +0000 (04:54 +0000)]
Move libwifikeystorehal to Android.bp.
am: 6a1726a444

Change-Id: Ib578b601089e3f53eaee81ead02388f9f5349488

6 years agoMove libwifikeystorehal to Android.bp.
Jeff Sharkey [Mon, 23 Oct 2017 16:35:31 +0000 (10:35 -0600)]
Move libwifikeystorehal to Android.bp.

Test: builds, boots
Bug: 67041047
Change-Id: I18a7647c250a7817c289b77166fbf6f49db78686
Merged-In: I18a7647c250a7817c289b77166fbf6f49db78686
(cherry picked from commit 5a0869bf4adaa99f7d46c56d4a4cbf8d82acce2b)

6 years agoSnap for 4413317 from 5a0869bf4adaa99f7d46c56d4a4cbf8d82acce2b to pi-release
android-build-team Robot [Tue, 24 Oct 2017 08:06:07 +0000 (08:06 +0000)]
Snap for 4413317 from 5a0869bf4adaa99f7d46c56d4a4cbf8d82acce2b to pi-release

Change-Id: I80ffcec85dcfc8dc123f367a36de1d772c16e24a

6 years agoMove libwifikeystorehal to Android.bp.
Jeff Sharkey [Mon, 23 Oct 2017 16:35:31 +0000 (10:35 -0600)]
Move libwifikeystorehal to Android.bp.

Test: builds, boots
Bug: 67041047
Exempt-From-Owner-Approval: Nobody responded to trivial rewrite
Change-Id: I18a7647c250a7817c289b77166fbf6f49db78686

6 years agoSnap for 4393550 from 39502d116fef40b27e8e7cb8bf3bf957aa6954f9 to pi-release
android-build-team Robot [Fri, 13 Oct 2017 08:10:25 +0000 (08:10 +0000)]
Snap for 4393550 from 39502d116fef40b27e8e7cb8bf3bf957aa6954f9 to pi-release

Change-Id: I9c599598047398aed6f2a3089d11f2094f35482e

6 years agoUpdate for Soong java makefiles. am: e117602ffe am: e6bd7bf804 am: 553d2f3062
Steven Moreland [Wed, 11 Oct 2017 16:40:44 +0000 (16:40 +0000)]
Update for Soong java makefiles. am: e117602ffe am: e6bd7bf804 am: 553d2f3062
am: 222107507d

Change-Id: I20fd69df8b25aa59f5e52c3b1cc5ab80c52d9849

6 years agoUpdate for Soong java makefiles. am: e117602ffe am: e6bd7bf804
Steven Moreland [Wed, 11 Oct 2017 16:31:09 +0000 (16:31 +0000)]
Update for Soong java makefiles. am: e117602ffe am: e6bd7bf804
am: 553d2f3062

Change-Id: Ib88c75d3c48d4f3137122d949a18723a34333a2f

6 years agoUpdate for Soong java makefiles. am: e117602ffe
Steven Moreland [Wed, 11 Oct 2017 16:27:18 +0000 (16:27 +0000)]
Update for Soong java makefiles. am: e117602ffe
am: e6bd7bf804

Change-Id: Ie3a604c0bd82c02c4a50453462fd7e55c1dfdb4a

6 years agoUpdate for Soong java makefiles.
Steven Moreland [Wed, 11 Oct 2017 16:23:19 +0000 (16:23 +0000)]
Update for Soong java makefiles.
am: e117602ffe

Change-Id: I391015e0584b21eabe8fcec95777a25b4acad84f

6 years agoUpdate for Soong java makefiles.
Steven Moreland [Tue, 10 Oct 2017 17:52:09 +0000 (10:52 -0700)]
Update for Soong java makefiles.

Test: pass
Bug: 33420795
Change-Id: I737992f80c5ef401d1497e27fda48dca1125fe03

6 years agoSnap for 4375922 from a3a540c05aad886b4357765f092b8a6303977551 to pi-release
android-build-team Robot [Wed, 4 Oct 2017 08:08:24 +0000 (08:08 +0000)]
Snap for 4375922 from a3a540c05aad886b4357765f092b8a6303977551 to pi-release

Change-Id: I9e4478f835db008c62b5dfffe74e2299c87f2517

6 years agoUpdate for hidl adapter module defaults. am: 0bbe268d85 am: 55b978d053 am: 106f2d60fa
Steven Moreland [Wed, 4 Oct 2017 01:00:42 +0000 (01:00 +0000)]
Update for hidl adapter module defaults. am: 0bbe268d85 am: 55b978d053 am: 106f2d60fa
am: 461e17a62a

Change-Id: I0f50dd1bd30dd56f0333fa31bdd4688be9205a89

6 years agoUpdate for hidl adapter module defaults. am: 0bbe268d85 am: 55b978d053
Steven Moreland [Wed, 4 Oct 2017 00:40:20 +0000 (00:40 +0000)]
Update for hidl adapter module defaults. am: 0bbe268d85 am: 55b978d053
am: 106f2d60fa

Change-Id: I1632c514511aa8e5fe2ea8cf7e930ab733fa9e60

6 years agoUpdate for hidl adapter module defaults. am: 0bbe268d85
Steven Moreland [Wed, 4 Oct 2017 00:25:44 +0000 (00:25 +0000)]
Update for hidl adapter module defaults. am: 0bbe268d85
am: 55b978d053

Change-Id: I85efd4dd49088290ff001c9eb63ccc52c9369941

6 years agoUpdate for hidl adapter module defaults.
Steven Moreland [Wed, 4 Oct 2017 00:20:15 +0000 (00:20 +0000)]
Update for hidl adapter module defaults.
am: 0bbe268d85

Change-Id: I4de4eef9c83dc02b425dce0bcefef1302e09a574

6 years agoUpdate for hidl adapter module defaults.
Steven Moreland [Tue, 3 Oct 2017 22:44:03 +0000 (15:44 -0700)]
Update for hidl adapter module defaults.

Test: pass
Change-Id: I5a793ede09f31746c2aeb0ed61d99d0069c367d0

6 years agoSnap for 4373608 from 524dc0cec979e5cde31fd749d7a4c40fefb1b309 to pi-release
android-build-team Robot [Tue, 3 Oct 2017 08:01:50 +0000 (08:01 +0000)]
Snap for 4373608 from 524dc0cec979e5cde31fd749d7a4c40fefb1b309 to pi-release

Change-Id: I827438d40984ef3b6d49de1b7d0454596d77655b

6 years agoUse -Werror in system/hardware/interfaces am: 47040c3486 am: 8dc2fa901e am: a82ba9b771
Chih-Hung Hsieh [Mon, 2 Oct 2017 23:56:01 +0000 (23:56 +0000)]
Use -Werror in system/hardware/interfaces am: 47040c3486 am: 8dc2fa901e am: a82ba9b771
am: b167f47f14

Change-Id: Ie4e5b8a65a7699b752adfecadcdb12718e9d9bd5

6 years agoUse -Werror in system/hardware/interfaces am: 47040c3486 am: 8dc2fa901e
Chih-Hung Hsieh [Mon, 2 Oct 2017 23:54:01 +0000 (23:54 +0000)]
Use -Werror in system/hardware/interfaces am: 47040c3486 am: 8dc2fa901e
am: a82ba9b771

Change-Id: Ia84f204f6c2c42361bde926b65e7a4e590e868a5

6 years agoUse -Werror in system/hardware/interfaces am: 47040c3486
Chih-Hung Hsieh [Mon, 2 Oct 2017 23:52:12 +0000 (23:52 +0000)]
Use -Werror in system/hardware/interfaces am: 47040c3486
am: 8dc2fa901e

Change-Id: I791d1372187a6ff3fb855b443a3ce0044670fada

6 years agoUse -Werror in system/hardware/interfaces
Chih-Hung Hsieh [Mon, 2 Oct 2017 23:47:59 +0000 (23:47 +0000)]
Use -Werror in system/hardware/interfaces
am: 47040c3486

Change-Id: I496c71b356749e95c253c1068778b8ba91d9f342

6 years agoUse -Werror in system/hardware/interfaces
Chih-Hung Hsieh [Mon, 2 Oct 2017 22:03:42 +0000 (15:03 -0700)]
Use -Werror in system/hardware/interfaces

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I7c629d61dd0b04a83ce4d895eedcb8e54f22f12f

6 years agorelease-request-ccf2fffc-f042-4ff3-9aa0-53d7f927fbf8-for-git_pi-release-4362679 snap...
android-build-team Robot [Wed, 27 Sep 2017 08:05:21 +0000 (08:05 +0000)]
release-request-ccf2fffc-f042-4ff3-9aa0-53d7f927fbf8-for-git_pi-release-4362679 snap-temp-L24900000106498589

Change-Id: I0ee2d9b12f4614d1ce5595dce7afe86620878ac2

6 years agoFix typo in update makefiles. am: 9df7e12951 am: daff25713c am: 1bb6633447
Steven Moreland [Wed, 27 Sep 2017 00:02:55 +0000 (00:02 +0000)]
Fix typo in update makefiles. am: 9df7e12951 am: daff25713c am: 1bb6633447
am: b1ef1a671d

Change-Id: I08a60c9f4ebaf9117039e31c7b9a6b6f3e24a75d

6 years agoFix typo in update makefiles. am: 9df7e12951 am: daff25713c
Steven Moreland [Tue, 26 Sep 2017 23:58:58 +0000 (23:58 +0000)]
Fix typo in update makefiles. am: 9df7e12951 am: daff25713c
am: 1bb6633447

Change-Id: If3849cf48b9f905f4ad8cd325ddfcbd0ae129bb4

6 years agoFix typo in update makefiles. am: 9df7e12951
Steven Moreland [Tue, 26 Sep 2017 23:56:02 +0000 (23:56 +0000)]
Fix typo in update makefiles. am: 9df7e12951
am: daff25713c

Change-Id: Ia0bd1ce8b43b08dccf7994a12a5acea0002405c7

6 years agoFix typo in update makefiles.
Steven Moreland [Tue, 26 Sep 2017 23:50:59 +0000 (23:50 +0000)]
Fix typo in update makefiles.
am: 9df7e12951

Change-Id: I31cd714feb9f763a8e94c7a3cec623b29a066287

6 years agoFix typo in update makefiles.
Steven Moreland [Tue, 26 Sep 2017 19:55:54 +0000 (12:55 -0700)]
Fix typo in update makefiles.

Bug: 37518178
Test: pass
Change-Id: I64fbac0e0cf63d1b38ef7886ae5ba8444c249aef

6 years agoUpdate makefiles for adapters. am: 32ba4deeda am: 46042784aa am: 4ed381e09e
Steven Moreland [Tue, 26 Sep 2017 13:36:11 +0000 (13:36 +0000)]
Update makefiles for adapters. am: 32ba4deeda am: 46042784aa am: 4ed381e09e
am: 7d3d54d477

Change-Id: I81e2343cbbf73eee03d0feb1d9b9b134edda7492

6 years agoUpdate makefiles for adapters. am: 32ba4deeda am: 46042784aa
Steven Moreland [Tue, 26 Sep 2017 12:53:15 +0000 (12:53 +0000)]
Update makefiles for adapters. am: 32ba4deeda am: 46042784aa
am: 4ed381e09e

Change-Id: I8b7ba3843659813d4ae1fe2f713436b417775032

6 years agoUpdate makefiles for adapters. am: 32ba4deeda
Steven Moreland [Tue, 26 Sep 2017 12:48:42 +0000 (12:48 +0000)]
Update makefiles for adapters. am: 32ba4deeda
am: 46042784aa

Change-Id: I466a0f93a0d057f6cb9b9abbcba2deacf09d5710

6 years agoUpdate makefiles for adapters.
Steven Moreland [Mon, 25 Sep 2017 23:14:48 +0000 (23:14 +0000)]
Update makefiles for adapters.
am: 32ba4deeda

Change-Id: Id79c82c49c0b6522ef78d5b1973adccf315205aa

6 years agoUpdate makefiles for adapters.
Steven Moreland [Fri, 22 Sep 2017 21:14:32 +0000 (14:14 -0700)]
Update makefiles for adapters.

Change-Id: I520db8513023bf9271fbe977f55b5df475829ded
But: 37518178
Test: manual

7 years agorelease-request-d9d65d1a-80f5-45e5-a00f-5a3915c3d445-for-git_pi-release-4303984 snap...
android-build-team Robot [Tue, 29 Aug 2017 08:04:51 +0000 (08:04 +0000)]
release-request-d9d65d1a-80f5-45e5-a00f-5a3915c3d445-for-git_pi-release-4303984 snap-temp-L75600000097489288

Change-Id: I40529efbe6f0283e4d14898ede7416361a1a736b

7 years agoO-MR1: HIDL freeze-commit am: fe57f548e2
Steven Moreland [Tue, 29 Aug 2017 00:06:45 +0000 (00:06 +0000)]
O-MR1: HIDL freeze-commit am: fe57f548e2
am: a8a198dd92

Change-Id: I017373895e279e79430dbec498494ac39cb7c9a5

7 years agoO-MR1: HIDL freeze-commit
Steven Moreland [Mon, 28 Aug 2017 23:55:02 +0000 (23:55 +0000)]
O-MR1: HIDL freeze-commit
am: fe57f548e2

Change-Id: Ibf532aed034ad8d38522b1e41c6c9d2f4bf828f8

7 years agoO-MR1: HIDL freeze-commit
Steven Moreland [Fri, 25 Aug 2017 19:31:41 +0000 (12:31 -0700)]
O-MR1: HIDL freeze-commit

Freezing libraries which are being released in O-MR1.

Bug: 63603463
Test: -Lcheck
Change-Id: I2f0b16530debaa402aece0ff70de5b1f28cc6e49

7 years agorelease-request-64fc473b-7e45-48f5-b2f7-3c916e338608-for-git_pi-release-4249735 snap...
android-build-team Robot [Sun, 6 Aug 2017 08:10:48 +0000 (08:10 +0000)]
release-request-64fc473b-7e45-48f5-b2f7-3c916e338608-for-git_pi-release-4249735 snap-temp-L34700000089732387

Change-Id: Ia4dd4023fc3c06c1e5c816a338a85b6cbaa91111

7 years agoUpdate make file for vndk enabled. am: 992171f881
Justin Yun [Sat, 5 Aug 2017 02:17:45 +0000 (02:17 +0000)]
Update make file for vndk enabled. am: 992171f881
am: a5d353d1ef

Change-Id: Ie716a4d4b3bf16b3acc892ec24d6d34363bd67a0

7 years agoUpdate make file for vndk enabled.
Justin Yun [Sat, 5 Aug 2017 02:10:50 +0000 (02:10 +0000)]
Update make file for vndk enabled.
am: 992171f881

Change-Id: Ib5c10d777427ecb866ba76947194559681811ee8

7 years agoUpdate make file for vndk enabled.
Justin Yun [Fri, 4 Aug 2017 05:24:53 +0000 (14:24 +0900)]
Update make file for vndk enabled.

Update the Android.bp generated with hidl-gen.

Bug: 63866913
Test: build with and without BOARD_VNDK_VERSION=current
Change-Id: I8a62bba1a9538dcc71ccc0cc0586d9e07fa85f96

7 years agoMerge "Reland "create minimal HAL for NETD" am: 7e3a96d729 am: 2ec2d55c12" into oc...
Steven Moreland [Mon, 31 Jul 2017 19:16:10 +0000 (19:16 +0000)]
Merge "Reland "create minimal HAL for NETD" am: 7e3a96d729 am: 2ec2d55c12" into oc-mr1-dev-plus-aosp
am: f935a9ba3b

Change-Id: Iae53b68a1fbe28f5dc30dd1f533ee3d05439621f

7 years agoReland "create minimal HAL for NETD" am: 7e3a96d729 am: 6f46b06737
Steven Moreland [Mon, 31 Jul 2017 19:11:45 +0000 (19:11 +0000)]
Reland "create minimal HAL for NETD" am: 7e3a96d729 am: 6f46b06737
am: 3fc7e1a4c7

Change-Id: I7be810507fe40229a784e745ca355c47df08066d

7 years agoMerge "Reland "create minimal HAL for NETD" am: 7e3a96d729 am: 2ec2d55c12" into oc...
Android Build Merger (Role) [Mon, 31 Jul 2017 19:05:00 +0000 (19:05 +0000)]
Merge "Reland "create minimal HAL for NETD" am: 7e3a96d729 am: 2ec2d55c12" into oc-mr1-dev-plus-aosp

7 years agoReland "create minimal HAL for NETD" am: 7e3a96d729
Steven Moreland [Mon, 31 Jul 2017 19:02:12 +0000 (19:02 +0000)]
Reland "create minimal HAL for NETD" am: 7e3a96d729
am: 2ec2d55c12

Change-Id: I7da92a43afa11ace2a45740d4c96ffd0a61a912d

7 years agoReland "create minimal HAL for NETD" am: 7e3a96d729
Steven Moreland [Mon, 31 Jul 2017 18:59:42 +0000 (18:59 +0000)]
Reland "create minimal HAL for NETD" am: 7e3a96d729
am: 6f46b06737

Change-Id: I7f554873a01e9ef4cf20941bf530514873c96494

7 years agoReland "create minimal HAL for NETD"
Steven Moreland [Mon, 31 Jul 2017 18:56:12 +0000 (18:56 +0000)]
Reland "create minimal HAL for NETD"
am: 7e3a96d729

Change-Id: I5c860bdcf3e0ce210c3b7171b568f4c28f46da33

7 years agoReland "create minimal HAL for NETD"
Steven Moreland [Mon, 31 Jul 2017 18:50:44 +0000 (18:50 +0000)]
Reland "create minimal HAL for NETD"
am: 7e3a96d729

Change-Id: Id7c158873117819345d1d42b071213029b553d4d

7 years agoReland "create minimal HAL for NETD"
Steven Moreland [Thu, 27 Jul 2017 02:40:01 +0000 (02:40 +0000)]
Reland "create minimal HAL for NETD"

This reverts commit 29ae9622a1cd2109c4ed5226b1729f846015acf1.

Reason for revert: reland with less merge conflicts

Test: as follows
    - built
    - flashed
    - booted
Bug: 36682246
Change-Id: Ibb06cd65969b5765482b62abec9051207366e0b8
(cherry picked from commit 5e94f2ca0b8304cc24a1e58d14f23ef02289a5a4)

7 years agoRevert "create minimal HAL for NETD" am: 29ae9622a1 -s ours am: 5d9f8a8361 am: 80ff8...
Steven Moreland [Thu, 27 Jul 2017 05:42:41 +0000 (05:42 +0000)]
Revert "create minimal HAL for NETD" am: 29ae9622a1  -s ours am: 5d9f8a8361 am: 80ff871f12 am: 30e112960b
am: 5672e06bb5

Change-Id: I4c2e3a4a99e2735d97b777669cb0f5bad2c2e98b

7 years agoRevert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e am...
Erik Kline [Thu, 27 Jul 2017 05:42:29 +0000 (05:42 +0000)]
Revert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e am: 819c7f83e3 am: d5cf77a00a
am: 188f128a1c

Change-Id: Id6bc7de8ef126e9df6c4d19f3a3a3dc4028b7395

7 years agoresolve merge conflicts of a260b85 to stage-aosp-master am: 313b0d3cb4 am: aa5fb816af...
Erik Kline [Thu, 27 Jul 2017 05:42:18 +0000 (05:42 +0000)]
resolve merge conflicts of a260b85 to stage-aosp-master am: 313b0d3cb4 am: aa5fb816af am: 39bafe6fc8
am: fe57e20832

Change-Id: I452d1ff78d22b4abd5cf7ff206d49be8a61c74e1

7 years agoRevert "create minimal HAL for NETD" am: 29ae9622a1 -s ours am: 5d9f8a8361 am: 80ff8...
Steven Moreland [Thu, 27 Jul 2017 03:11:29 +0000 (03:11 +0000)]
Revert "create minimal HAL for NETD" am: 29ae9622a1  -s ours am: 5d9f8a8361 am: 80ff871f12
am: 30e112960b

Change-Id: I58146601fe1b5ab6cd8ed25e8e3ee8f9da17ee92

7 years agoRevert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e am...
Erik Kline [Thu, 27 Jul 2017 03:11:21 +0000 (03:11 +0000)]
Revert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e am: 819c7f83e3
am: d5cf77a00a

Change-Id: Ie73cd84a117d044cfbc587460427cb7b4185b2b9

7 years agoresolve merge conflicts of a260b85 to stage-aosp-master am: 313b0d3cb4 am: aa5fb816af
Erik Kline [Thu, 27 Jul 2017 03:09:40 +0000 (03:09 +0000)]
resolve merge conflicts of a260b85 to stage-aosp-master am: 313b0d3cb4 am: aa5fb816af
am: 39bafe6fc8

Change-Id: I41b0d6f445cf7a9b4164a0a3aa6ce4d7aa614cbd

7 years agoRevert "create minimal HAL for NETD" am: 29ae9622a1 -s ours am: 5d9f8a8361
Steven Moreland [Thu, 27 Jul 2017 02:57:15 +0000 (02:57 +0000)]
Revert "create minimal HAL for NETD" am: 29ae9622a1  -s ours am: 5d9f8a8361
am: 80ff871f12

Change-Id: Iccf458084770a54b5c6b850e0c233fb671b2188c

7 years agoRevert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e
Erik Kline [Thu, 27 Jul 2017 02:57:03 +0000 (02:57 +0000)]
Revert "resolve merge conflicts of a260b85 to stage-aosp-master" am: f20322560e
am: 819c7f83e3

Change-Id: Ia19a8df6360064a791a355c9f0cceb062668165f

7 years agoRevert "create minimal HAL for NETD" am: 29ae9622a1 -s ours
Steven Moreland [Thu, 27 Jul 2017 02:53:14 +0000 (02:53 +0000)]
Revert "create minimal HAL for NETD" am: 29ae9622a1  -s ours
am: 5d9f8a8361

Change-Id: I959f8a4b68311ca32ab724f00dafa87abe6d9155