summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snap for 6680390 from fd83b6b8cb5d6fb39220944c97e92323a20e28ca to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-releaseandroid-build-team Robot2020-07-157-0/+14
|\ | | | | | | Change-Id: I9bbb71b80cc427c5af7e4276231873b35a4c5767
| * Make android.hardware.renderscript@1.0 buildable for native_bridgeandroid11-devVictor Khimenko2020-07-107-0/+14
| | | | | | | | | | | | | | | | | | Bug: http://b/153609531 Test: m android.hardware.renderscript@1.0.native_bridge Change-Id: Iaf5b1942a05617934e7f42d760c6aea5551d0b89 Merged-In: Iaf5b1942a05617934e7f42d760c6aea5551d0b89
* | Snap for 6573866 from 1fd1de9c7a638e04ac6cbd42165ba83bd7b0a04b to rvc-releaseandroid-build-team Robot2020-06-101-1/+1
|\| | | | | | | Change-Id: Id7c882078da48927ce83cb5a40411d0349ab8522
| * Move system SDK versions to system manifestIsaac Chen2020-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 157870055 Test: $ lunch aosp_coral; m; m vintf # Flash the resulted images to a coral # On the Coral $ vintf # Verify system-sdk versions are correct Change-Id: I651622d021a76175edfd97a08c6780a521230b17
* | Snap for 6436225 from d3383780160424b570de74aaa073fff691e77647 to rvc-releaseandroid-build-team Robot2020-04-283-4/+6
|\| | | | | | | Change-Id: I3b62d366ecdac46cee89ab89ddd11544517c6545
| * Set min_sdk_version to be part of mainline modulesJooyung Han2020-04-273-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Bug: 152655956 Test: m Merged-In: I87ce41ad18a7a39f2c6c41c5aec2d8338db3ec8d Change-Id: I87ce41ad18a7a39f2c6c41c5aec2d8338db3ec8d (cherry picked from commit dfe14f12b7432fc95bab2f6b0c8bcc609314c55f)
* | Snap for 6429305 from 0660de380d0522b6875d0a4902e87b8236395822 to rvc-releaseandroid-build-team Robot2020-04-251-0/+4
|\| | | | | | | Change-Id: I0b063f2b3cb1e427e23254a9e9e8159c09e9de19
| * Merge "libhwminijail: visibility hidden" into rvc-devSteven Moreland2020-04-241-0/+4
| |\
| | * libhwminijail: visibility hiddenSteven Moreland2020-04-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid dependencies on this until existing users can be clean up. Unfortunately, we can only guard this in Soong, where there are no users at this current time. Bug: 110363419 Test: build only (only build checks are added) Change-Id: If25e8a6c35a0e1edcdd821371287e801577a9540
* | | Snap for 6420265 from c63f0320c67917c5b043e1937517c946f644d6d4 to rvc-releaseandroid-build-team Robot2020-04-231-2/+2
|\| | | | | | | | | | | Change-Id: I90d137225a7f8c7217704d3bf29f014d62d87a1c
| * | Avoid deallocating hwsm statics during shutdown.Steven Moreland2020-04-211-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | We've had some reports of these being accessing during shutdown, causing a crash. This is a common issue, since binder threads may still be running while the main thread is shutdown. This is similar to 'DoNotDestruct' used elsewhere in libhidl*. Although, this class isn't used again here since there are no ABI requirements to maintain. Bug: 153909639 Test: boot on cuttlefish Change-Id: Ic01dc15f739a0957f39aaf6a7b3e17fc4f7f6048 Merged-In: Ic01dc15f739a0957f39aaf6a7b3e17fc4f7f6048
* | Snap for 6416172 from 650f70fd1bd553bb531a0ffc0c68c251e5528206 to rvc-releaseandroid-build-team Robot2020-04-222-0/+6
|\| | | | | | | Change-Id: I9d8b893899d12fdc97cac61d022212664a512f6e
| * Set apex_available propertyJiyong Park2020-04-202-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The marked library(ies) were available to the APEXes via the hand-written whitelist in build/soong/apex/apex.go. Trying to remove the whitelist by adding apex_available property to the Android.bp of the libraries. Exempt-From-Owner-Approval: cherry-pick from AOSP Bug: 150999716 Test: m Merged-In: I363c56ec44c6b41e05d35b3d30e7526db79ff7c7 (cherry picked from commit 958a03ff58211a2d18f5cfd980add8d98d95a42f) Change-Id: I363c56ec44c6b41e05d35b3d30e7526db79ff7c7
* | Snap for 6383144 from ccea7be7005e27db2deb8babc53cacddad5794a2 to rvc-releaseandroid-build-team Robot2020-04-105-78/+17
|\| | | | | | | Change-Id: Ia79ff16d5b580835229b566351e0ef0ca180bfc6
| * Merge "Add VtsHidlAllocatorV1_0TargetTest to vts." into rvc-devSteven Moreland2020-04-095-78/+17
| |\
| | * Add VtsHidlAllocatorV1_0TargetTest to vts.Steven Moreland2020-04-085-78/+17
| | | | | | | | | | | | | | | | | | Bug: 139438327 Test: TEST_MAPPING added Change-Id: Idb363cafa9867b579dab9020ebb149055b947c87
* | | Snap for 6378851 from 178660e3d2f6aa83fe9770d05fdc0d59d0d482dc to rvc-releaseandroid-build-team Robot2020-04-092-15/+4
|\| | | | | | | | | | | Change-Id: I6ac46834bc83169eee5d80bf24d402bb08e735cb
| * | Merge "Cleanup: update VNDK path" into rvc-devTreeHugger Robot2020-04-092-15/+4
| |\ \ | | |/ | |/|
| | * Cleanup: update VNDK pathJooyung Han2020-04-082-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the old VNDK path(/system/lib/vndk-sp-<ver>) is still valid to use (for older prebuilts), it is merely a symbolic link to VNDK APEX. As a migration effort to the new VNDK path, this change updates the VNDK path from /system/lib/vndk-sp-<ver> to /apex/com.android.vndk.v<ver>/lib Bug: 151635798 Test: atest --test-mapping . Test: device boots with Q vendor Change-Id: I7260f1a969e4c7f6923d09382eeb2efec7b6c2cd
* | | Snap for 6374687 from 27d43ebffd70d680e738b9586e947fecc454865c to rvc-releaseandroid-build-team Robot2020-04-081-1/+1
|\| | | | | | | | | | | Change-Id: Ib818a3fac7b95eb53561602c4e27fb52a1d323ab
| * | Rename vts-core to vtsDan Shi2020-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 151896491 Test: presubmit check Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts. It won't change test logic or behavior. Change-Id: I928c6b24ef295f7d8de129ee7c686e4408b1b235
* | | Snap for 6364069 from 3b757913bc459f2af6e6d2d40546830868598612 to rvc-releaseandroid-build-team Robot2020-04-041-0/+1
|\| | | | | | | | | | | Change-Id: I63e58a94ff15f6983873b73524215692b6297b91
| * | vts_ibase_test: general-testsSteven Moreland2020-04-021-0/+1
| |/ | | | | | | | | | | | | | | To use with automated infrastructure. Bug: 152375928 Test: N/A Change-Id: Iaaae25a5f093020c404e369388939a37f032f37a
* | Snap for 6338078 from 2f07ccd174d2639daab60506b04ff110470d03e9 to rvc-releaseandroid-build-team Robot2020-03-272-15/+0
|\| | | | | | | Change-Id: I5752d5380faf38419838372d5aef93f39d79a1b8
| * Revert "Vintf manifest change for Automotive Display service"Changyeon Jo2020-03-252-15/+0
| | | | | | | | | | | | | | | | | | This reverts commit 97b7ce377175bda4380228372eacaf1d9193fcd4. Bug: 152367138 Test: build and manually run automotive display service on automotive platform Change-Id: Ie3fd8677257f951a6422a719c1c18ae0896ac4c8
* | Snap for 6329815 from 08d7a157422bc3d6f830cb6441c6f5a92411d49f to rvc-releaseandroid-build-team Robot2020-03-252-9/+34
|\| | | | | | | Change-Id: I75210cb8e7def43f6a76b0865a3e498e47410b5c
| * Move vendor-ndk and system-sdk to system_ext manifestYifan Hong2020-03-201-3/+3
| | | | | | | | | | | | | | | | | | | | ... from system manifest. Needed for CSI. Bug: 137712494 Test: m check-vintf-all and inspect output Change-Id: Ibc2444d56bb0d8801378403bcc60a120b8b18fa8 Merged-In: Ibc2444d56bb0d8801378403bcc60a120b8b18fa8
| * Always install system_ext manifest.Yifan Hong2020-03-202-10/+16
| | | | | | | | | | | | | | | | | | | | | | Add a default system_ext manifest so that it is always installed even when SYSTEM_EXT_MANIFEST_FILES are not defined. Bug: 137712494 Test: m check-vintf-all -j Change-Id: I0d2c967ff3f3d0b64c71f7b3dec7aef5a422ea8c Merged-In: I0d2c967ff3f3d0b64c71f7b3dec7aef5a422ea8c
| * Define SYSTEM_EXT_MANIFEST_FILESYifan Hong2020-03-201-0/+19
| | | | | | | | | | | | | | | | | | to define a system_ext manifest. Test: define SYSTEM_EXT_MANIFEST_FILES and build and check output Bug: 147915920 Change-Id: I0d0fb2171e86145586da8343685b94b1b4e7a6ed Merged-In: I0d0fb2171e86145586da8343685b94b1b4e7a6ed
* | Snap for 6320579 from 3f557e185e6e9e22e4e7fbea6b66bf6eabfe7f2d to rvc-releaseandroid-build-team Robot2020-03-211-1/+1
|\| | | | | | | Change-Id: I2f76272ae59ca4fbde7c0df86489a60ab1fb110e
| * Fix PRODUCT_MANIFEST_FILESYifan Hong2020-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | It was installed to system partition incorrectly. Install it to product. Bug: 147915920 Test: builds Change-Id: I7357b31aea022efc5201fcd962d3d7ffd4724f9f Merged-In: I7357b31aea022efc5201fcd962d3d7ffd4724f9f
| * Delete BUILT_PRODUCT_MANIFEST.Yifan Hong2020-03-201-1/+0
| | | | | | | | | | | | | | | | | | Unused. Bug: 147915920 Test: builds Change-Id: Ifda795823e209f7be9fed9c45977eff74fbb9769 Merged-In: Ifda795823e209f7be9fed9c45977eff74fbb9769
* | Snap for 6286840 from 347615c729ecfbdf52ffdf7b3db95a6b06b3f246 to rvc-releaseandroid-build-team Robot2020-03-122-6/+26
|\| | | | | | | Change-Id: I028b74b4a156b13f380c7535b1f04260026fe336
| * libhidlbase: work w/ cfiSteven Moreland2020-03-102-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In a couple of places, in order to reduce templated code, HIDL relies on auto-generated classes being exactly the same. - one of these places, this reliance is unnecessary, so it's removed - one of these places, explicitly documenting assumptions and turning off cfi Fixes: 151006394 Test: hidl_test (w/ libhidlbase cfi on) Test: atest MediaDrmClearkeyTest (no more cfi error) Change-Id: I4834d38bcdaa2bb94e014f4c749251ee2025af15
* | Snap for 6279178 from ea59f9c057940659973bae6eab9b79b6d038125f to rvc-releaseandroid-build-team Robot2020-03-101-5/+8
|\| | | | | | | Change-Id: I4e4c1d46e8ad5a36f6e4e6f8d75dfcb280e505d6
| * Merge "libhidl: allocate rarely used regex only if needed" into rvc-devSteven Moreland2020-03-091-5/+8
| |\
| | * libhidl: allocate rarely used regex only if neededSteven Moreland2020-03-061-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Essentially, only lshal (commandline tool) uses this. Bug: 150319735 Test: boot Change-Id: I61ef4de29dd6f30361e7ef67b8d6f150ed519735 (cherry picked from commit ccc3a974c0dd1c274e16798e052f879b202ac6a5) Merged-In: I61ef4de29dd6f30361e7ef67b8d6f150ed519735
* | | Snap for 6272866 from 8a7fdd8cd8237d75f5e6a2e649d9d47fe050328a to rvc-releaseandroid-build-team Robot2020-03-071-2/+2
|\| | | | | | | | | | | Change-Id: Ic12c79e6bba81ac25ea2fa8a509185b7f2bffb6e
| * | Avoid use of FQName globals.Steven Moreland2020-03-051-2/+2
| |/ | | | | | | | | | | | | | | | | | | They're being optimized out. Bug: 148177595 Test: vts_ibase_test Change-Id: I982ed5af65911d94a1b796c84cbe5a5fa784878a (cherry picked from commit 05ebf2d104957381fdd0469c4b848fa53dfe48c5) Merged-In: I982ed5af65911d94a1b796c84cbe5a5fa784878a
* | Snap for 6259407 from ec6f4f46df355c8e1fa8d0d42e1866a1502784b6 to rvc-releaseandroid-build-team Robot2020-03-041-0/+1
|\| | | | | | | Change-Id: Ibacd6bddac53bab2541ad075c9cd7276e259ae34
| * Have vts_ibase_test link all libraries for libinit_test_utilsTom Cherry2020-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linker may attempt to link static libraries fully, not just the parts that are being used, so all libraries that a static library uses must be linked into its parent executable. Particularly, recent changes to init are causing a build failure due to this issue. Bug: 148236233 Test: build vts_ibase_test aosp_arm64-userdebug Merged-In: Ibdb907d27c201387c9051e90ba96680a840a6d43 Change-Id: Ibdb907d27c201387c9051e90ba96680a840a6d43 (cherry picked from commit 6fc3cc5e3d3a871351141427ce6cf4f42b463f71)
* | Snap for 6210127 from c0b2655f52bbb82cdba86b47ef179c4df5903767 to rvc-releaseandroid-build-team Robot2020-02-152-0/+14
|\| | | | | | | Change-Id: I11301bbdf77497af6627858a79396132ac3d266d
| * Merge "Make libhidl(base|memory) apex-available for ↵Przemyslaw Szczepaniak2020-02-142-0/+14
| |\ | | | | | | | | | | | | | | | com.android.neuralnetworks." am: 750364bd76 am: abe3f34125 am: 4065edea29 Change-Id: I4ee097b004ec988339b0d24cc608fc3e80db234a
| | * Merge "Make libhidl(base|memory) apex-available for ↵Przemyslaw Szczepaniak2020-02-142-0/+14
| | |\ | | | | | | | | | | | | | | | | | | | | com.android.neuralnetworks." am: 750364bd76 am: abe3f34125 Change-Id: Ief6e2eccc0c033d35ae6b11d738023c4d106e7eb
| | | * Merge "Make libhidl(base|memory) apex-available for ↵Przemyslaw Szczepaniak2020-02-142-0/+14
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | com.android.neuralnetworks." am: 750364bd76 Change-Id: I31b71125bc8b63a59de63d3c674167eebabd5fe7
| | | | * Merge "Make libhidl(base|memory) apex-available for com.android.neuralnetworks."Przemyslaw Szczepaniak2020-02-142-0/+14
| | | | |\
| | | | | * Make libhidl(base|memory) apex-available for com.android.neuralnetworks.Przemyslaw Szczepaniak2020-02-132-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: coral-userdebug build Bug: 148593574 Change-Id: Ic22638f2df606e11f139d441d2a72e77eb82ba24
* | | | | | Snap for 6206568 from ceb1067a474a75cd67b6c83f25361d398c5d111f to rvc-releaseandroid-build-team Robot2020-02-141-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7c12ee3868dbe9775d556de71c013a947bbd2083
| * | | | | Convert vts_ibase_test.cpp to Result::ok() am: 8b27f9bc87 am: c7c8879926 am: ↵Automerger Merge Worker2020-02-131-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 28337da5f7 Change-Id: Ieb0ea5a7e70d67e474bdd5aaf811d9d7d640a0f1
| | * | | | Convert vts_ibase_test.cpp to Result::ok() am: 8b27f9bc87 am: c7c8879926Automerger Merge Worker2020-02-131-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | Change-Id: I5d014780aa47851a08cc1098a7b53dc56fd78dea