summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | Merge "Change ConcurrentMap::setLocked() to take a const K& instead of K&&."Peter Collingbourne2020-01-161-2/+2
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Change ConcurrentMap::setLocked() to take a const K& instead of K&&.Peter Collingbourne2020-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows const qualification to be implicitly added to pointers when converting them to the type of setLocked()'s first argument (this implicit conversion was for example being done here: [1]). Previously this was allowed, but a standards wording change adopted in newer versions of clang caused this to become forbidden. See [2] for details. The std::forward that was previously being applied to the first argument now has no effect, so it has been removed. [1] https://cs.android.com/android/platform/superproject/+/master:system/libhidl/transport/HidlBinderSupport.cpp;l=247 [2] http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20191223/299934.html Bug: 145916209 Change-Id: Id5aac7805ad2944f019cadc87159aaf817c3e3e4
* | | | | | Snap for 6142138 from 2371f6d5d9cc98b5fbf30f62bbc19a7024b4a95a to rvc-releaseandroid-build-team Robot2020-01-171-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I362bc7dcede592a1ce1abd012934ce93c7d21050
| * | | | | device_matrix.xml -> vendor_* am: 5b973e7b73 am: cb75339498 am: e4885b5dceAutomerger Merge Worker2020-01-161-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Change-Id: I863b0250fe3db6f3d96323f667985dc6c9d40a2a
| | * | | | device_matrix.xml -> vendor_* am: 5b973e7b73 am: cb75339498Automerger Merge Worker2020-01-161-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | Change-Id: I225d10692515e94704fa034f5f2212aec7aa8bfb
| | | * | | device_matrix.xml -> vendor_*Yifan Hong2020-01-151-1/+1
| | |/| | | | | | |/ / | | | | | | | | | | | | | | | | | | | | am: 5b973e7b73 Change-Id: I4ae25e326a192cca69f3401ad002d642ef91f1f9
| | | * / device_matrix.xml -> vendor_*Yifan Hong2020-01-141-1/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building device_compatibility_matrix.xml only builds vendor matrix, but not other device-specific matrices (e.g. ODM matrices which does not exist yet). Make the name more accurate. Test: m check-vintf-all Change-Id: Iffc3ffb8d3295d292ebe8f598d7b090aaca69aeb
* | | | Snap for 6138855 from 97b7ce377175bda4380228372eacaf1d9193fcd4 to rvc-releaseandroid-build-team Robot2020-01-162-0/+15
|\| | | | | | | | | | | | | | | Change-Id: I625568df77d12bf1290dea9f50a3f4b7eee318bc
| * | | Vintf manifest change for Automotive Display serviceHaoxiang Li2019-12-102-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 140395359 Test: m -j; atest -c VtsHalAutomotiveDisplayV1_0TargetTest Change-Id: I96d3dced427eee7a725a1824089ce187ec9f9848
* | | | Snap for 6035658 from 783ead9ca95a4d209f26555be808c8000ed89dae to rvc-releaseandroid-build-team Robot2019-11-273-17/+14
|\| | | | | | | | | | | | | | | Change-Id: If29b8d1b5078d2d361a8134dbadfd6cc9623d2bf
| * | | ./update-makefiles.sh, for union changes/memory am: 14d87a9efb am: 044ae07876Steven Moreland2019-11-263-17/+14
| |\| | | | | | | | | | | | | | | | | | | | | | am: 31aeedf906 Change-Id: I6ecabfc355bb8bdcb31d9b58387be9f147a345ff
| | * | ./update-makefiles.sh, for union changes/memory am: 14d87a9efbSteven Moreland2019-11-263-17/+14
| | |\| | | | | | | | | | | | | | | | | | | | | am: 044ae07876 Change-Id: I438c92293259f524248eedab47083c3a77442d17
| | | * ./update-makefiles.sh, for union changes/memorySteven Moreland2019-11-263-17/+14
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | am: 14d87a9efb Change-Id: I1a98f3d82e2d467a82d537cb1b686ab505a88d0f
| | | | * ./update-makefiles.sh, for union changes/memorySteven Moreland2019-11-263-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many more types can be used in Java. Also, here, update-makefiles.sh has been switched to the standard style that will find all of the interfaces in the directory, rather than needing to list them explicitly. Bug: 143566068 Test: N/A Change-Id: I3b7d36ff465b9050e1105ed483c5cc46e15e0337
* | | | | Snap for 6022569 from 42d0a0d4f3dcf343f8279a780c21cb21592ac241 to rvc-releaseandroid-build-team Robot2019-11-211-49/+18
|\| | | | | | | | | | | | | | | | | | | Change-Id: Icfef07060cf98d0ff7f83830ed055e02fc0a034d
| * | | | Rely on libutils statusToString. am: ab060ef455 am: 42e4195d19Steven Moreland2019-11-191-49/+18
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d6f2985165 Change-Id: Ic62aa4d3522c6b517baad608b4b569a7140e2d52
| | * | | Rely on libutils statusToString. am: ab060ef455Steven Moreland2019-11-191-49/+18
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: 42e4195d19 Change-Id: I496391ddea29092675fab40d36cb3b96639ca05b
| | | * | Rely on libutils statusToString.Steven Moreland2019-11-191-49/+18
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | am: ab060ef455 Change-Id: I76c896197b0cea839eccf81e326bd216fea9898a
| | | | * Rely on libutils statusToString.Steven Moreland2019-11-151-49/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 144534032 Test: TH runs libhidl_test Change-Id: I164ac95687c6f7d07ab3d17b32e1238c9071f4d6
* | | | | Snap for 5999026 from fe4b84bd3602522ed9f15141337628b1590bb1eb to rvc-releaseandroid-build-team Robot2019-11-101-4/+26
|\| | | | | | | | | | | | | | | | | | | Change-Id: I644854fecb3fb171a776fcc7be8edc5f0ef4c314
| * | | | Merge "Add a method to sanitize a string to be used as test name" am: ↵Dan Shi2019-11-071-4/+26
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c98f3763e3 am: cea29d2783 am: 078cb32b44 Change-Id: I5cf1eb665bcf74e275dbae98f78082ccd21ffb49
| | * | | Merge "Add a method to sanitize a string to be used as test name" am: c98f3763e3Dan Shi2019-11-071-4/+26
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: cea29d2783 Change-Id: I6fd4f2bb3276052f19b532ad66b2c757b6b94fae
| | | * | Merge "Add a method to sanitize a string to be used as test name"Dan Shi2019-11-071-4/+26
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | am: c98f3763e3 Change-Id: Ia76c7761357b69a672520464d39d4b618f8359b5
| | | | * Merge "Add a method to sanitize a string to be used as test name"Dan Shi2019-11-071-4/+26
| | | | |\
| | | | | * Add a method to sanitize a string to be used as test nameDan Shi2019-11-061-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 142397658 Test: atest VtsHalWifiHostapdV1_1TargetTest Change-Id: Ia6dd4c0969265bfb5c737edaa5dd1fb90ae88d41
* | | | | | Snap for 5992631 from 777c18f84c3a1b2a2b2f5899a1cbd0645b0b71e1 to rvc-releaseandroid-build-team Robot2019-11-073-11/+51
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: If432f1876c776b1bfbf6c88dc36fc38df73b9b75
| * | | | | Fix HidlReturnRestriction for operator= case. am: d85fcd1765 am: f71fdabfa4Steven Moreland2019-11-053-11/+51
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1c6a98b217 Change-Id: I426d822352b9787d2ac7b8c1df6977dd2ec7a695
| | * | | | Fix HidlReturnRestriction for operator= case. am: d85fcd1765Steven Moreland2019-11-053-11/+51
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: f71fdabfa4 Change-Id: I3edf1bd44d4841fee12e2fb548762af067065350
| | | * | | Fix HidlReturnRestriction for operator= case.Steven Moreland2019-11-053-11/+51
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d85fcd1765 Change-Id: I824bec96611f2ffe69c307428c05473b424453cd
| | | | * | Fix HidlReturnRestriction for operator= case.Steven Moreland2019-11-053-11/+51
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elsk@ noticed we were missing this case. Bug: N/A Test: added test fails w/o fix, but now succeeds Change-Id: I2984e7b680144a7fe0d243e45be80461149176c8
* | | | | Snap for 5984067 from eeb25709389806d64288dd5dd05868209c37729e to rvc-releaseandroid-build-team Robot2019-11-021-3/+1
|\| | | | | | | | | | | | | | | | | | | Change-Id: Iefa7d78ae45034ee77d5ecd4bdd94e27c35f9f0a
| * | | | Merge "Restrict libhidltransport entirely."Steven Moreland2019-11-011-3/+1
| |\ \ \ \
| | * | | | Restrict libhidltransport entirely.Steven Moreland2019-10-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that users have been cleaned up (in Android.bp). When remaining users in Android.mk are cleaned up and prebuilts are cleaned up, the library can be removed. Bug: 135686713 Test: compile (checks visibility) Change-Id: I912b71bbe3d1df371edef1b7369ea3596d79238f
* | | | | | Snap for 5978242 from e6d7851df55e4c678c5b03f378c865e67c8e6443 to rvc-releaseandroid-build-team Robot2019-10-310-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie4c2872626aac12f29a60f836f76f0d8d7f47223
| * | | | | [automerger skipped] DO NOT MERGE - ↵Xin Li2019-10-300-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master am: 218bff47c9 am: a562306f56 -s ours am skip reason: subject contains skip directive Change-Id: I26c9e50210c6918baba258af16fa7b75a6690dad
| | * | | | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into ↵Xin Li2019-10-300-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master am: 218bff47c9 Change-Id: Ib0635eeb17975ebb192f1406f519da5f1d3a81ad
| | | * | | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into ↵Xin Li2019-10-300-0/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master Bug: 142003500 Change-Id: Id97d5d3b02556b67d9b91194dfb1156a98507b8a
* | | | | | | Snap for 5975424 from 843229683443c9353efa8c732b31c2bd745fac38 to rvc-releaseandroid-build-team Robot2019-10-302-3/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idc8b7ee11c635e717a3498aa0ba00aa9c62ffc6d
| * | | | | | libhidl_gtest_helpers -> libhidl_gtest_helper am: becd44e026 am: 85db07eff8Steven Moreland2019-10-292-2/+2
| |\| | | | | | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | am: 2451f59115 Change-Id: I85bb6c71eb2a09773a806ea1adfdec69341f5988
| | * | | | libhidl_gtest_helpers -> libhidl_gtest_helper am: becd44e026Steven Moreland2019-10-292-2/+2
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 85db07eff8 Change-Id: Ia88df218b120883508d048e084e47160821888df
| | | * | | libhidl_gtest_helpers -> libhidl_gtest_helperSteven Moreland2019-10-292-2/+2
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | am: becd44e026 Change-Id: I322f89050a191dec3067c2158aa9a5b10de7bdf2
| | | | * | libhidl_gtest_helpers -> libhidl_gtest_helperSteven Moreland2019-10-292-2/+2
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Singular name is more common. Bug: N/A Test: N/A Change-Id: I9995101c4fe0e7d1f4b0da4841538a472d07a8c0
| * | | | libhwbinder: disallow in ^deviceSteven Moreland2019-10-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's empty, and imposes a cost. Users have been cleaned up. Bug: 135686713 Test: N/A Change-Id: Id515214983ea27cc897f9bd109423c879c5ec70f
* | | | | Snap for 5968874 from 44c492e9c92e6033d291724b3e3300f05517a21d to rvc-releaseandroid-build-team Robot2019-10-261-0/+3
|\| | | | | | | | | | | | | | | | | | | Change-Id: I4bac81bbda9ecf4e9ac796a1eb27612da5772294
| * | | | Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-master am: ↵Xin Li2019-10-230-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87610aded4 am: a8004f1421 am: 287eb6ba52 Change-Id: If247a2d02380a8fb991676db535b7f96564b59aa
| | * | | Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-master am: ↵Xin Li2019-10-230-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87610aded4 am: a8004f1421 Change-Id: I352681e6acb7ec06673f2ef1b913f780ef289bf6
| | | * | | Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-masterXin Li2019-10-230-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 87610aded4 Change-Id: I5c5cf7a0c68f9369b4ec2321f9b916a4e3de0536
| | | | * | Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-masterTreeHugger Robot2019-10-240-0/+0
| | | | |\ \
| | | | | * \ Skip QD1A.190821.011 in stage-aosp-masterXin Li2019-10-160-0/+0
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 141248619 Change-Id: I51499e82c89d90fb86237c8c4a272426a080d6f8
| | | | | | * \ Snap for 5681502 from 87d7ad9d8fe6cbb0405983b37ff9e79927451bc7 to ↵android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12android10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseandroid-build-team Robot2019-06-221-5/+29
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt-c2f2-release Change-Id: I7e30a4010e7e11b155616e46735fd4d169548305