Commit graph

21459 commits

Author SHA1 Message Date
Chris Weir
e1f9a37753 Merge "Undo symlinked libc++fs" into rvc-dev am: a1482062ec
Change-Id: I1f235b848566b501f5676842ed1c2f2f24945c72
2020-04-21 21:08:43 +00:00
Treehugger Robot
c65ef8fe46 Merge "Update Identity Credential HAL docs." am: 638d95b901 am: 04516a1440
Change-Id: I8a9b7cd0826cc3b425743e3c1d67dc666dfea518
2020-04-21 20:53:43 +00:00
Chris Weir
a1482062ec Merge "Undo symlinked libc++fs" into rvc-dev 2020-04-21 20:50:39 +00:00
David Zeuthen
a7bdc9559a Update Identity Credential HAL docs.
This change contains no actual syntactical or semantic changes, just
clarifications on the inputs and outputs.

Test: N/A
Bug: 151082886
Merged-In: I794b8d0360c1eda37b4dbe757d7a7fadcbdda7bc
Change-Id: I5ad596ec0fa4dac7473d8fd435f538dbb5529846
2020-04-21 16:49:40 -04:00
Treehugger Robot
04516a1440 Merge "Update Identity Credential HAL docs." am: 638d95b901
Change-Id: Id79c9d644f9705da7f881519736d8502f67a48a0
2020-04-21 20:42:30 +00:00
Treehugger Robot
638d95b901 Merge "Update Identity Credential HAL docs." 2020-04-21 20:20:03 +00:00
chrisweir
0d69b72097 Undo symlinked libc++fs
Several features for auto need libc++fs, but the previous solution of
symlinking to external/libcxx would cause problems later down the
line. Instead, we will compile a separate version of libc++fs with a
different namespace, as to not interfere with the canonical
std::filesystem.

Change summary
===============================================================
directory_iterator.cpp:
-----------------------
* _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM --> namespace android::hardware::automotive::filesystem {
* _LIBCPP_END_NAMESPACE_FILESYSTEM --> }  // namespace android::hardware::automotive::filesystem
* disable clang-format (to reduce diff size)
* "" --> <> for non-local includes

filesystem_common.h:
--------------------
* FILESYSTEM_COMMON_H --> AUTO_FILESYSTEM_COMMON_H
* "" --> <> for non-local includes
* filesystem --> automotive/filesystem
* don't include apple_availability.h
* add using std::error_code
* _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM --> namespace android::hardware::automotive::filesystem {
* use namespace std::chrono
* use std::error_code, std::is_floating_point, std::micro, std::nano, std::ratio
* LIBCPP_END_NAMESPACE_FILESYSTEM --> }  // namespace android::hardware::automotive::filesystem
* disable clang format (to reduce diff size)

filesystem:
-----------
* _LIBCPP_FILESYSTEM --> _LIBAUTO_FILESYSTEM
* std::filesystem --> android::hardware:automotive::filesystem
* _VSTD_FS --> android::hardware::automotive::filesystem
* _LIBCPP_END_NAMESPACE_FILESYSTEM --> }  // namespace android::hardware::automotive::filesystem
* Copied _FilesystemClock from chrono
* use namespace std and std::chrono
* use std::basic_string, std::enable_if, std::error_code, and std::false_type

operations.cpp:
---------------
* filesystem --> automotive/filesystem
* "" --> <> for non-local includes
* _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM --> namespace android::hardware::automotive::filesystem {
* _VSTD_FS --> android::hardware::automotive::filesystem
* _LIBCPP_END_NAMESPACE_FILESYSTEM --> }  // namespace android::hardware::automotive::filesystem
* disable clang-format (to reduce diff size)
* fix "the the" typo (to pass lint)

Bug: 152067309
Test: Manual
Change-Id: I5551b3e634b85b4d7236e888de68740bfda6aad1
2020-04-21 11:19:28 -07:00
Calvin Huang
ab45aad4a3 [automerger skipped] Merge "Add manifest for IVehicle" am: 0a8204f350 am: 4d996b812a -s ours
am skip reason: Change-Id I7e6a65e3fb49bb04108d0fd243df0b7447a93b1e with SHA-1 a7f44eb83c is in history

Change-Id: I55f94490fdd3485770e92019f15638b885d31055
2020-04-21 18:12:08 +00:00
Calvin Huang
4d996b812a Merge "Add manifest for IVehicle" am: 0a8204f350
Change-Id: I99916cec11b823a0059589533a1f57c99bb8a243
2020-04-21 17:57:29 +00:00
Calvin Huang
0a8204f350 Merge "Add manifest for IVehicle" 2020-04-21 17:35:58 +00:00
Slava Shklyaev
707c4cdfee [automerger skipped] Merge "Exclude unused operands from removeOperandTest" am: d67c1ee89a am: 6e61805972 -s ours
am skip reason: Change-Id I39bebefd0e40d370882d614d4beb97ab36c9da8f with SHA-1 baa4cf02f2 is in history

Change-Id: If5f7ee2eef33416848f908b4eba6f6405dee822e
2020-04-21 14:56:52 +00:00
Slava Shklyaev
6e61805972 Merge "Exclude unused operands from removeOperandTest" am: d67c1ee89a
Change-Id: Idb0bb93ddc352091afe3cabf4f990bb21d372476
2020-04-21 14:45:10 +00:00
Slava Shklyaev
d67c1ee89a Merge "Exclude unused operands from removeOperandTest" 2020-04-21 14:32:23 +00:00
Jimmy Chen
7b0762ac59 wifi: skip tests if RTT is not supported am: c578a91356
Change-Id: I11c11e56c637549004e0513acf67db9af2065ee0
2020-04-21 11:25:43 +00:00
Amy Zhang
0fe25be005 Make dvr tests a separate module
Test: atest VtsHalTvTunerV1_0TargetTest
Bug: 150989084
Change-Id: I35d717f357b176d5cbec5d154f4df30fd2c4a18e
2020-04-21 01:16:57 -07:00
Jimmy Chen
c578a91356 wifi: skip tests if RTT is not supported
Bug: 153418156
Test: atest VtsHalWifiApV1_4TargetTest

Change-Id: I2aa58c501f44a9b32c1a7ebf48aa8fcbfb08b046
2020-04-21 07:54:11 +00:00
TreeHugger Robot
0e5e5b9155 Merge "Call scan callback for ATSC" into rvc-dev am: 873bfe9eb4
Change-Id: Ib10473b74e0507772883fa2436d34e8f446e0c46
2020-04-21 03:36:09 +00:00
TreeHugger Robot
873bfe9eb4 Merge "Call scan callback for ATSC" into rvc-dev 2020-04-21 03:29:15 +00:00
Treehugger Robot
042f31daf2 Merge "vibrator: vts: Validate Primitive Duration" am: 5ec6625bd6 am: 231b61abb5
Change-Id: I8db95eb838681b8a58853c534e420372b4f3de65
2020-04-21 02:03:39 +00:00
Treehugger Robot
231b61abb5 Merge "vibrator: vts: Validate Primitive Duration" am: 5ec6625bd6
Change-Id: I4d4992dd675543fea586b1e7c1452bdd78774160
2020-04-21 01:41:36 +00:00
Treehugger Robot
5ec6625bd6 Merge "vibrator: vts: Validate Primitive Duration" 2020-04-21 01:21:02 +00:00
Calvin Huang
b0341be5dd Add manifest for IVehicle
Bug: 153734354
Test: Manual
Change-Id: I7e6a65e3fb49bb04108d0fd243df0b7447a93b1e
Merged-In: I7e6a65e3fb49bb04108d0fd243df0b7447a93b1e
2020-04-20 20:50:14 +00:00
Dorin Drimus
b20a4e01ef Allow device properties tags for attestation
Test: atest CtsKeystoreTestCases
Bug: 152945378
Change-Id: I9c85283f007535612bf4ebbfbe8b7e86a758286c
2020-04-20 17:44:56 +02:00
Slava Shklyaev
af1c77d74f Exclude unused operands from removeOperandTest
Bug: 148208229
Test: TestGenerated/ValidationTest.Test/nnapi_sample*_while*_unused_output*
Change-Id: I39bebefd0e40d370882d614d4beb97ab36c9da8f
Merged-In: I39bebefd0e40d370882d614d4beb97ab36c9da8f
(cherry picked from commit baa4cf02f2)
2020-04-20 13:19:00 +01:00
shubang
a990ecee79 Call scan callback for ATSC
It's a temp solution for CTS.

Bug: 150952758
Test: atest android.media.tv.tuner.cts.TunerTest
Change-Id: I31242910af39108dca5920bd0892fa16aa6d29be
2020-04-17 18:29:27 -07:00
TreeHugger Robot
9a703261ae Merge "Update CodeType comment for adding BDS B1C" into rvc-dev am: bfcedb7a39
Change-Id: Ib4c02bfcaa60e5f9a6116ea3da07a4f45b6d607e
2020-04-17 23:07:22 +00:00
TreeHugger Robot
bfcedb7a39 Merge "Update CodeType comment for adding BDS B1C" into rvc-dev 2020-04-17 23:04:06 +00:00
TreeHugger Robot
be618bb926 [automerger skipped] Merge "audio: Centralize audio configuration paths specification" into rvc-dev am: 6f56b73d29 -s ours
am skip reason: Change-Id I1e40fdf8d6e3a5ac339f7f138f62063bb87bd3da with SHA-1 5a6ffb21a5 is in history

Change-Id: I46e49cee6a6bca6212735fb1206098670fa966cd
2020-04-17 15:40:14 +00:00
TreeHugger Robot
6f56b73d29 Merge "audio: Centralize audio configuration paths specification" into rvc-dev 2020-04-17 15:20:32 +00:00
Slava Shklyaev
0c82c4cd39 Merge "Exclude unused operands from removeOperandTest" into rvc-dev am: bc4affb6e5
Change-Id: I699a7f9c6167b0d41d12b1ca95df624fbe42adb6
2020-04-17 11:17:07 +00:00
Slava Shklyaev
bc4affb6e5 Merge "Exclude unused operands from removeOperandTest" into rvc-dev 2020-04-17 11:02:22 +00:00
Roshan Pius
63d761512c Merge "wifi_sta_iface: Deprecate setScanningMacOui" into rvc-dev am: d234d8b1d6
Change-Id: Ie8e3a5452da2c63289e33784bff7b28125328231
2020-04-17 06:24:30 +00:00
Roshan Pius
d234d8b1d6 Merge "wifi_sta_iface: Deprecate setScanningMacOui" into rvc-dev 2020-04-17 06:12:32 +00:00
Harpreet \"Eli\" Sangha
b075a6a599 vibrator: vts: Validate Primitive Duration
Bug: 148496381
Test: Ran on Pixel 4
Signed-off-by: Harpreet \"Eli\" Sangha <eliptus@google.com>
Change-Id: Ie74f9458b881a51746539f61526fbe4898485b00
2020-04-17 13:22:41 +09:00
Yu-Han Yang
62b79417a4 Update CodeType comment for adding BDS B1C
Bug: 154267746

Test: doc update only. Builds
Change-Id: I997f1febef4f7b266cc51fe59a645ee1a48fd971
2020-04-17 02:49:05 +00:00
Steven Moreland
dbac5d2482 Merge "Update freezing notes." am: d05127d16d am: be4fc8b108
Change-Id: Ia857cb01e876ef23107a7a9a893f894a4fb8465e
2020-04-17 02:13:44 +00:00
Steven Moreland
be4fc8b108 Merge "Update freezing notes." am: d05127d16d
Change-Id: I8b119bcf8c51da2e5f0589402ba6851b23546cd3
2020-04-17 01:56:02 +00:00
Mikhail Naganov
0dd9a6bacc audio: Centralize audio configuration paths specification
The list of possible paths for the audio configuration
files is now retrieved using audio_get_configuration_paths()
function. All duplicated lists of known configuration
directories have been removed.

Bug: 153680356
Test: atest VtsHalAudioV6_0TargetTest \
            VtsHalAudioPolicyV1_0TargetTest \
            VtsHalAudioEffectV6_0TargetTest
Change-Id: I1e40fdf8d6e3a5ac339f7f138f62063bb87bd3da
Merged-In: I1e40fdf8d6e3a5ac339f7f138f62063bb87bd3da
2020-04-17 01:55:48 +00:00
Steven Moreland
d05127d16d Merge "Update freezing notes." 2020-04-17 01:31:06 +00:00
Calvin Huang
d6ee0faa9a Merge "Add manifest for IVehicle" into rvc-dev am: ef826c728c
Change-Id: I2ba4740c6a76cdb84fce4ca638144bbb59c4a93d
2020-04-17 01:21:11 +00:00
Calvin Huang
ef826c728c Merge "Add manifest for IVehicle" into rvc-dev 2020-04-17 01:08:56 +00:00
Roshan Pius
322677a172 wifi_sta_iface: Deprecate setScanningMacOui
Bug: 154267383
Test: Device boots up and connects to wifi networks.
Change-Id: I70206e2c25d90ebd5ac35938af9ca2ebffefa318
2020-04-16 16:53:02 -07:00
Treehugger Robot
09f4f0b61b Merge "audio: Centralize audio configuration paths specification" am: c2e1f3baef am: fefefa63a6
Change-Id: I029ebd83595381768858cbb3efe92c2f3b09ffac
2020-04-16 23:35:46 +00:00
TreeHugger Robot
3689a379d1 Merge "Return SUCCESS in scan for ATSC" into rvc-dev am: 32e9b63608
Change-Id: I6e9fbcfce0d5cc099a73e3b56abf3b5a46f06e8b
2020-04-16 23:32:36 +00:00
Treehugger Robot
fefefa63a6 Merge "audio: Centralize audio configuration paths specification" am: c2e1f3baef
Change-Id: Ib813f7c89896fec95ece996b8cd4e0482fa797af
2020-04-16 23:21:24 +00:00
TreeHugger Robot
32e9b63608 Merge "Return SUCCESS in scan for ATSC" into rvc-dev 2020-04-16 23:15:06 +00:00
Treehugger Robot
c2e1f3baef Merge "audio: Centralize audio configuration paths specification" 2020-04-16 23:05:30 +00:00
Calvin Huang
a7f44eb83c Add manifest for IVehicle
Bug: 153734354
Test: Manual
Change-Id: I7e6a65e3fb49bb04108d0fd243df0b7447a93b1e
2020-04-16 16:02:17 -07:00
Veerendranath Jakkam
51c537423a Synchronize on_ring_buffer_data_callback and writeRingbufferFiles am: 25b3a6f0a4
Change-Id: Iadd02c780466f7c843b7aeebe6feb0fd95713417
2020-04-16 22:49:58 +00:00
Nazanin Bakhshi
88b55d017c [automerger skipped] Merge "Remove requirement for VtsHalRadioV1_3 tests for sim to be present" am: 401a246feb am: 01a4eda936 -s ours
am skip reason: Change-Id Idb1067e757d4abadb2142627b88f775a685d0c02 with SHA-1 6d586607cd is in history

Change-Id: I1333b536711dc735091dddb4fa7498e2f3313e75
2020-04-16 21:11:18 +00:00