OSDN Git Service

android-x86/system-hardware-interfaces.git
5 years agoAdd OWNERS for Wifi Keystore HAL and VTS tests
Branden Archer [Wed, 16 Jan 2019 18:54:11 +0000 (10:54 -0800)]
Add OWNERS for Wifi Keystore HAL and VTS tests

These are the owners as listed in hardware/interfaces/wifi/**

Test: none necessary

Change-Id: I247dea0a97029ce002db726d0c800c9835f89d07

5 years agosystem suspend: more information about wake locks
Tri Vo [Fri, 9 Nov 2018 02:24:52 +0000 (18:24 -0800)]
system suspend: more information about wake locks

/sys/power/{wake_lock wake_unlock} can give a list of all currently
active and inactive wake lock names. Bring system suspend debug
functionality up to par by keeping track of all used wake lock names,
client pids, current state and last used timestamp.

To prevent collected stats from growing unboundedly we evict least
recently used stats entry after a given threshold.

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: I26eb94e61d4656ec1bba45b4a70a0715fae15d05

5 years agoFix inverted error code.
Janis Danisevskis [Wed, 5 Dec 2018 00:52:58 +0000 (16:52 -0800)]
Fix inverted error code.

During the Multithreaded keystore refactor the error code returned by
getKeyCharacteristics was mistakenly inverted.

Test: yes please!
Bug: 120182820
Bug: 111443219
Change-Id: I5f5c07f30e0ee264ce75a5ffd2986186b9d66ce3

5 years agoUse stream operator to report result code
Branden Archer [Tue, 20 Nov 2018 19:05:23 +0000 (11:05 -0800)]
Use stream operator to report result code

The cast operator for KeyStoreNativeReturnCode and
KeyStoreNativeReturnCode will be removed later.
There already exists a stream operator to get
at the underlying value. Use that instead.

Bug: 119771891
Test: Built for walleye successfully.
Change-Id: I784d3c54d7b2d612201f045fe2862cf2529f4e1f

5 years agoMerge "Add trong@ to OWNERS for suspend HAL."
Tri Vo [Fri, 16 Nov 2018 20:50:22 +0000 (20:50 +0000)]
Merge "Add trong@ to OWNERS for suspend HAL."

5 years agoMerge "Multi-threaded Keystore"
Janis Danisevskis [Thu, 15 Nov 2018 01:19:10 +0000 (01:19 +0000)]
Merge "Multi-threaded Keystore"

5 years agoMerge "Revert "Start suspend HAL early.""
Treehugger Robot [Wed, 14 Nov 2018 01:29:48 +0000 (01:29 +0000)]
Merge "Revert "Start suspend HAL early.""

5 years agoAdd trong@ to OWNERS for suspend HAL.
Tri Vo [Wed, 14 Nov 2018 00:09:20 +0000 (16:09 -0800)]
Add trong@ to OWNERS for suspend HAL.

Bug: n/a
Test: n/a
Change-Id: I4c763478d86c68735edbf1355a8c25a8f9e22b7d

5 years agoRevert "Start suspend HAL early."
Tri Vo [Tue, 13 Nov 2018 22:25:01 +0000 (22:25 +0000)]
Revert "Start suspend HAL early."

This reverts commit ec7772299db6bc76f1c2aa1d471447cfddce04ae.

Fixes: 119325488
Reason for revert: regressed boot time

Change-Id: I91e2300b1f0625a5787d0af02db06b3079331787

5 years agoMulti-threaded Keystore
Janis Danisevskis [Fri, 2 Nov 2018 21:51:02 +0000 (14:51 -0700)]
Multi-threaded Keystore

This patch changes the calling code in the wifi interface to use the new
asynchronous keystore api model.

Test: would be nice
Bug: 111443219
Change-Id: Iee6a6fede4670dfe503dc7b87a34b88c1c8f01f4

5 years agoMerge "Remove legacy functions form IKeystoreService.aidl"
Treehugger Robot [Thu, 8 Nov 2018 23:01:46 +0000 (23:01 +0000)]
Merge "Remove legacy functions form IKeystoreService.aidl"

5 years agoStart suspend HAL early.
Tri Vo [Thu, 8 Nov 2018 18:40:57 +0000 (10:40 -0800)]
Start suspend HAL early.

Requests to acquire wake locks are blocked on suspend HAL being started.
So ideally it should be available to the system as early as possible.

Bug: 78888165
Test: boot walleye
Change-Id: If38836ce561f06ce9d3ee3f6e03885aaccbd48c0

5 years agoRemove legacy functions form IKeystoreService.aidl
Janis Danisevskis [Thu, 9 Aug 2018 18:15:44 +0000 (11:15 -0700)]
Remove legacy functions form IKeystoreService.aidl

In preparation for making the keystore service asynchronous we remove
redundant legacy functionality from the protocol.

This patch removes the functions get_pubkey, sign, verify, generate,
and import_key. Which have long been superseded by exportKey
(get_pubkey), begin/update/finish (sign, verify), generateKey
(generate), and importKey (import_key).

Test: Not yet
Bug: 109769728
Change-Id: Ia59b30377684c013e9b4496ca9e365f8c2710ec1

5 years agoMerge pie-platform-release to aosp-master - DO NOT MERGE
Bill Yi [Wed, 24 Oct 2018 21:48:19 +0000 (14:48 -0700)]
Merge pie-platform-release to aosp-master - DO NOT MERGE

Change-Id: Iae3aab5abbf9ec60db33a9184d76210c345641ee

5 years agoDeploy SystemSuspendV1_0UnitTest in automated VTS runs.
Tri Vo [Wed, 10 Oct 2018 01:24:37 +0000 (18:24 -0700)]
Deploy SystemSuspendV1_0UnitTest in automated VTS runs.

Bug: 117176837
Test: vts-tradefed run commandAndExit vts-systems
--skip-all-system-status-check --primary-abi-only --skip-preconditions
--skip-device-info --module SystemSuspendV1_0TargetUnitTest
Change-Id: Icfef15e6fbbe86f7ca2a0a7e47897f1c837e7695

5 years agoFix deadlock when callback modifies callback list.
Tri Vo [Thu, 11 Oct 2018 00:58:02 +0000 (17:58 -0700)]
Fix deadlock when callback modifies callback list.
am: c0578b9128

Change-Id: Ifa436f31dbed547f3d3df9664dd8c92ff1496f34

5 years agoFix deadlock when callback modifies callback list.
Tri Vo [Wed, 10 Oct 2018 22:29:48 +0000 (15:29 -0700)]
Fix deadlock when callback modifies callback list.

Bug: 117555757
Test: SystemSuspendUnitTest
Change-Id: I40e7ffcc1bbc744a5b9e6d739166f1eebb8ed151

5 years agoImplement exponential backoff analogous to libsuspend
Tri Vo [Fri, 28 Sep 2018 02:51:55 +0000 (19:51 -0700)]
Implement exponential backoff analogous to libsuspend
am: 5d524a1d61

Change-Id: Ica9313242603fa9f2c8bc3ebaa0a473645ffd5dd

5 years agoImplement exponential backoff analogous to libsuspend
Tri Vo [Thu, 20 Sep 2018 23:07:23 +0000 (16:07 -0700)]
Implement exponential backoff analogous to libsuspend

Suspends attempts are not free w.r.t. power consumption. This change prevents
rapid battery drain on devices with broken system suspend (e.g. due to faulty
driver)

Originally implemented in libususpend in commit
fb896944b6a78d951c8442b444af860a28117e5c

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Test: left device overnight, ~50% fewer failed attempts to suspend with this
change vs without.
Change-Id: Icff1135b9c316fa9de1558ecea42db9ed0d10d9a

5 years agoPassing partial vs full wake lock info for ARC++
Tri Vo [Tue, 25 Sep 2018 21:28:46 +0000 (14:28 -0700)]
Passing partial vs full wake lock info for ARC++
am: 365b75f157

Change-Id: Ie783b4bed8cd0624d7320f79d7e043f772900618

5 years agoPassing partial vs full wake lock info for ARC++
Tri Vo [Fri, 21 Sep 2018 22:19:16 +0000 (15:19 -0700)]
Passing partial vs full wake lock info for ARC++

We pass an enum to acquireWakeLock(), symmetric to how it's done in libpower
interface.

The screen could be managed above (android) or below (ARC++) this HAL depending
on the device, so we don't mandate that full wake locks keep the screen alive.
Only requirement is that all wake locks block system suspend.

Bug: 115947180
Test: SystemSuspendV1_0UnitTest
Change-Id: I92c65371852ffb2f71f5d529b7020d256cb1ba76

5 years agoAdd ISystemSuspendCallback.
Tri Vo [Mon, 10 Sep 2018 02:20:20 +0000 (19:20 -0700)]
Add ISystemSuspendCallback.
am: b53742607a

Change-Id: I87cb696e83bf7d52f0a7fe35e12cf62a0c69f68f

5 years agoAdd ISystemSuspendCallback.
Tri Vo [Fri, 31 Aug 2018 00:58:41 +0000 (17:58 -0700)]
Add ISystemSuspendCallback.

The callback will be used to synchronously report system suspend events.

Current usage: BatteryStatsService needs to be notified about
each system suspend attempt and whether it was successful.

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: I234f74f6f3c35e5d6bb33ceda569e11520850ccf

5 years agoAdd IWakeLock::release() method.
Tri Vo [Thu, 6 Sep 2018 05:12:26 +0000 (22:12 -0700)]
Add IWakeLock::release() method.
am: d502490bac

Change-Id: Id5e96044930c08c01589afdf1d213c98f39efb92

5 years agoAdd debugName parameter to acquireWakeLock().
Tri Vo [Thu, 6 Sep 2018 05:12:22 +0000 (22:12 -0700)]
Add debugName parameter to acquireWakeLock().
am: a3573abb32

Change-Id: Ic8523357af3e14f5ffa4f461cf50eb8fcb74c00e

5 years agoAdd IWakeLock::release() method.
Tri Vo [Wed, 29 Aug 2018 20:44:37 +0000 (13:44 -0700)]
Add IWakeLock::release() method.

Motivation:
-This should help migrate code that relied on old
acquire/release_wake_lock() methods to new API.
-Being able to release a lock before the end of the scope is consistent
with other "lock" constructs (e.g. unique_lock, shared_lock).

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: Ibb654f523b9c255df68d93407b593deac006920b

5 years agoAdd debugName parameter to acquireWakeLock().
Tri Vo [Tue, 28 Aug 2018 20:31:04 +0000 (13:31 -0700)]
Add debugName parameter to acquireWakeLock().

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: Ia6570af63eb1eb01145bd7870c196a0eed91883a

5 years agoSystem suspend HAL implementation.
Tri Vo [Fri, 17 Aug 2018 00:40:01 +0000 (17:40 -0700)]
System suspend HAL implementation.
am: 180813bea6

Change-Id: I262ff63599f32cabbac892f799f9573c21aba1d1

5 years agoSystem suspend HAL implementation.
Tri Vo [Thu, 16 Aug 2018 04:20:08 +0000 (21:20 -0700)]
System suspend HAL implementation.

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: I4ba1075ce51684e431098635c72aece67351644a

5 years agoSystem suspend HAL interface.
Tri Vo [Wed, 15 Aug 2018 03:08:11 +0000 (20:08 -0700)]
System suspend HAL interface.
am: 3b083e7c94

Change-Id: I0119c0323a7fff2ed1afe0a474b2aed33c06664c

5 years agoSystem suspend HAL interface.
Tri Vo [Sun, 8 Apr 2018 23:59:14 +0000 (16:59 -0700)]
System suspend HAL interface.

Bug: 78888165
Test: SystemSuspendV1_0UnitTest
Change-Id: I3c3537a72dac65d316aeb77fd7b2d7cff4fb67e5
Merged-In: I3c3537a72dac65d316aeb77fd7b2d7cff4fb67e5
(cherry picked from commit 2fbf967c4f47b7f3977893fd4a2988d32eff4c27)

5 years agoMerge Android Pie into master am: 69c3fc690d
Xin Li [Wed, 8 Aug 2018 02:12:21 +0000 (19:12 -0700)]
Merge Android Pie into master am: 69c3fc690d
am: 6c9a5982be

Change-Id: I3e1a3ad2624dd3e052483036d5a0029561a6a4ae

5 years agoMerge Android Pie into master
Xin Li [Tue, 7 Aug 2018 22:44:00 +0000 (15:44 -0700)]
Merge Android Pie into master
am: 69c3fc690d

Change-Id: I399108f32aa466b8554b5fec1b517630b879f063

5 years agoMerge Android Pie into master
Xin Li [Mon, 6 Aug 2018 23:52:43 +0000 (16:52 -0700)]
Merge Android Pie into master

Bug: 112104996
Change-Id: I7a2d421f293726a9e9db797f137601d73c9223eb

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