OSDN Git Service

android-x86/system-hardware-interfaces.git
5 years agoRemove path from hidl_package_root. am: 9720abcd5a am: 184aad2a8f
Steven Moreland [Fri, 27 Jul 2018 21:20:45 +0000 (14:20 -0700)]
Remove path from hidl_package_root. am: 9720abcd5a am: 184aad2a8f
am: 0e0f0e7bf8

Change-Id: I1c020c90a357b171bb41ee7121c50275d9d304af

5 years agoRemove path from hidl_package_root. am: 9720abcd5a
Steven Moreland [Fri, 27 Jul 2018 21:15:37 +0000 (14:15 -0700)]
Remove path from hidl_package_root. am: 9720abcd5a
am: 184aad2a8f

Change-Id: I08ec3b53f7ddbd800eede7f8d6a251f04e365c1d

5 years agoRemove path from hidl_package_root.
Steven Moreland [Fri, 27 Jul 2018 21:10:32 +0000 (14:10 -0700)]
Remove path from hidl_package_root.
am: 9720abcd5a

Change-Id: I1f7924c1a00cfaadab8796b61ffd3162b66fac4b

5 years agoRemove path from hidl_package_root.
Steven Moreland [Fri, 27 Jul 2018 16:42:48 +0000 (09:42 -0700)]
Remove path from hidl_package_root.

This now defaults to the current path making references
to it relocatable.

Bug: 111366989
Test: make hidl interfaces under this package root
    (this exercises the new path)

Change-Id: Id0629f4e8fa066b5cddae71016f52dcd3d5e129a

6 years agoMerge pi-dev-plus-aosp-without-vendor into stage-aosp-master
Xin Li [Sat, 9 Jun 2018 11:01:04 +0000 (04:01 -0700)]
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master
am: c2e1ca1aac

Change-Id: I66031f4bd7b288e4ab6564939a238bcfc31ab9e7

6 years agoMerge pi-dev-plus-aosp-without-vendor into stage-aosp-master
Xin Li [Fri, 8 Jun 2018 18:09:22 +0000 (11:09 -0700)]
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master

Bug: 79597307
Change-Id: Id45caa0bfe6e942d9bdb835dc87345a87071bba3

6 years agoFix NetdHidlTest.TestAddRemoveInterfaces() am: 84777b06df
Bernie Innocenti [Tue, 22 May 2018 04:19:29 +0000 (21:19 -0700)]
Fix NetdHidlTest.TestAddRemoveInterfaces() am: 84777b06df
am: 073f5088c5

Change-Id: I1af658298b2fc10c857de01cff3a31a5e5c158e6

6 years agoFix NetdHidlTest.TestAddRemoveInterfaces()
Bernie Innocenti [Tue, 22 May 2018 04:12:22 +0000 (21:12 -0700)]
Fix NetdHidlTest.TestAddRemoveInterfaces()
am: 84777b06df

Change-Id: I8aea1d82b2bf3b55505f22a4f79d8d257a4341ea

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
(cherry picked from commit 64848957ba49275896c80790ceeeb6219930f687)

6 years agoFix NetdHidlTest.TestAddRemoveInterfaces()
Bernie Innocenti [Sat, 28 Apr 2018 00:43:14 +0000 (17:43 -0700)]
Fix NetdHidlTest.TestAddRemoveInterfaces()
am: 64848957ba

Change-Id: I6915ed661784663ae10cb593e1081ea9c8c688f3

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 agoMerge "update OWNERS for VTS" into pi-dev
Keun Soo Yim [Fri, 30 Mar 2018 19:19:20 +0000 (19:19 +0000)]
Merge "update OWNERS for VTS" into pi-dev
am: 9a9a0772bc

Change-Id: I49a76fb5f97b5dc40880e740ab775bb92b3e83aa

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 ago[automerger skipped] Add tests for INetd 1.1.
Lorenzo Colitti [Fri, 30 Mar 2018 17:12:28 +0000 (17:12 +0000)]
[automerger skipped] Add tests for INetd 1.1.
am: f95d0c28b6  -s ours

Change-Id: If776ebfdd2f0791ac63581f5c4bd9db4f1dc647d

6 years ago[automerger skipped] Make the VTS tests for the INetd HAL 1.0 more realistic.
Lorenzo Colitti [Fri, 30 Mar 2018 17:12:22 +0000 (17:12 +0000)]
[automerger skipped] Make the VTS tests for the INetd HAL 1.0 more realistic.
am: 65ae996fca  -s ours

Change-Id: I95315fe8cf41fbae8b99b250eb72a5748577958b

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 agoFreeze HALs for Android P
Steven Moreland [Thu, 15 Mar 2018 18:13:26 +0000 (18:13 +0000)]
Freeze HALs for Android P
am: 61323db761

Change-Id: I3899796c588e5254a2b6ce4ca5beb6556ebc50dd

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 agoAdd tests for INetd 1.1. am: 94832f94dc
Lorenzo Colitti [Wed, 14 Mar 2018 18:47:12 +0000 (18:47 +0000)]
Add tests for INetd 1.1. am: 94832f94dc
am: 2cf1f13200

Change-Id: Ib42934f33261172bd8e9884fabbb814491067b59

6 years agoAdd tests for INetd 1.1.
Lorenzo Colitti [Wed, 14 Mar 2018 18:27:07 +0000 (18:27 +0000)]
Add tests for INetd 1.1.
am: 94832f94dc

Change-Id: Ie8e6da55140ff1f1e42731e9ce41ca08f864ca96

6 years agoMake the VTS tests for the INetd HAL 1.0 more realistic. am: 79f693702c
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. am: 79f693702c
am: 065b170e64

Change-Id: Ie574990f7640fdc7d83ccd58baf6dfe1069a3654

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

Change-Id: Id951ad6982142a423ffb881979d0ad9e660b4afe

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

6 years agoMake the VTS tests for the INetd HAL 1.0 more realistic.
Lorenzo Colitti [Wed, 7 Feb 2018 05:49:04 +0000 (14:49 +0900)]
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

6 years agoIntroduce netd 1.1 am: f5ef707452
Tyler Wear [Fri, 9 Mar 2018 02:41:31 +0000 (02:41 +0000)]
Introduce netd 1.1 am: f5ef707452
am: 4d206db225

Change-Id: I11a56940d924ce0ecdfdd773fdec19ddefa7764c

6 years agoIntroduce netd 1.1
Tyler Wear [Fri, 9 Mar 2018 01:38:05 +0000 (01:38 +0000)]
Introduce netd 1.1
am: f5ef707452

Change-Id: Ia3ef4bf91623d9f2e71560e0bbd36b2320e60042

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

(cherry picked from commit 8f840890816dce4ce04cade229d5ab80b850dcea)

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

6 years agoIntroduce netd 1.1
Tyler Wear [Thu, 8 Mar 2018 15:43:59 +0000 (15:43 +0000)]
Introduce netd 1.1
am: 8f84089081

Change-Id: I74b587614e3c9bd81d4ffb3ad374ca0dbecfa6ce

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 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 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 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 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 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 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 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 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 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 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 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 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

6 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

6 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

6 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

6 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

6 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

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 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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)

6 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

6 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

6 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