summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE: Update EVS selinux policiesandroid-11.0.0_r43android-11.0.0_r40android-11.0.0_r39android-11.0.0_r38android11-qpr3-s1-releaseandroid11-qpr3-releaseChangyeon Jo2020-10-026-6/+6
| | | | | | | | | Modify build scripts of google_car products to include EVS selinux policies that are recently reorganized. Fix: 166846786 Test: Build *_car targets and run EVS services Change-Id: I59a6e0a9ee5ca34dabf3feb9d8098068c7dbfef6
* Revert "DO NOT MERGE: Include EVS selinux policies"android-11.0.0_r30android11-qpr1-c-releaseChangyeon Jo2020-09-286-6/+6
| | | | | | | | | This reverts commit 030a44d91ab2d365ae33c203a42371121c24f099. Reason for revert: Break rvc-qpr-dev-plus-aosp Bug: 169609267 Change-Id: Icd5ff090b22a11eee4236dd5bd3b0dec3e5e4bf3
* DO NOT MERGE: Include EVS selinux policiesChangyeon Jo2020-09-276-6/+6
| | | | | | Fix: 166846786 Test: Build *_car targets and run EVS services Change-Id: I801810359821d8a1386e616981c9a08c59660c35
* Fixed crosshatch_car_hwsan build issue am: 5e43ba5dd8 am: 785ee9be1cZhaoming Yin2020-06-231-1/+5
|\ | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/device/google_car/+/11936854 Change-Id: I766090d200a685b3d9dfef02475532ef7578e2ab
| * Fixed crosshatch_car_hwsan build issue am: 5e43ba5dd8android-11.0.0_r16android11-d1-b-releaseZhaoming Yin2020-06-231-1/+5
| |\ | | | | | | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/device/google_car/+/11936854 Change-Id: I7a0853616767f2424cde15f90eed2187a48dc89e
| | * Fixed crosshatch_car_hwsan build issueandroid11-devZhaoming Yin2020-06-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The build was failing due to small BOARD_SUPER_PARTITION_SIZE Bug: 159468232 Test: SANITIZE_TARGET=hwasan m Change-Id: Idd764fbf519de3f77c5905792fcb86536ee8e326
* | | Disable userspace reboot am: 0ac8af6348 am: e5e939a00cNikita Ioffe2020-06-022-6/+0
|\| | | | | | | | | | | | | | | | | Original change: undetermined Change-Id: Ib72e81eb85983b1904b9bdab58e5d99a816e39b1
| * | Disable userspace reboot am: 0ac8af6348Nikita Ioffe2020-06-022-6/+0
| |\| | | | | | | | | | | | | | | | Original change: undetermined Change-Id: Ia874b9e83b36b382b3c9c9618005daf39cdefd0d
| | * Disable userspace rebootNikita Ioffe2020-06-012-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | Test: builds Test: build vendor/build.prop Test: grep 'init.userspace_reboot' ${OUT}/vendor/build.prop Bug: 157884323 Change-Id: I2a14be45c14431203e7ea76d47cdf22850849ca6
* | | Add sepolicy for VHAL to phone-based cars am: d0f42aa1a8 am: e3e92cbd81Eric Jeong2020-05-128-0/+24
|\| | | | | | | | | | | Change-Id: I559975a5d3be9d425dd045ddb124715b1bd3d703
| * | Add sepolicy for VHAL to phone-based cars am: d0f42aa1a8Eric Jeong2020-05-128-0/+24
| |\| | | | | | | | | | Change-Id: I650f1b652918e8f039afc6f07e5c2690304ad75e
| | * Add sepolicy for VHAL to phone-based carsEric Jeong2020-05-118-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 156204265 Test: build okay and atest android.car.apitest.CarUserManagerTest#testLifecycleListener Change-Id: Iced1db86240d8b5c4b3b1fb601352673809e6521 Merged-In: Id44235d290dc9d157eb9f6e62b59ac3ee7f37b16
* | | DO NOT MERGE: Remove IVehicle from google_car manifest am: c814b44832 am: ↵Calvin Huang2020-04-236-54/+0
|\| | | | | | | | | | | | | | | | | 37a966ac16 Change-Id: Ia58c262679ea64448e6ede52f343ac0f14dce23d
| * | DO NOT MERGE: Remove IVehicle from google_car manifest am: c814b44832Calvin Huang2020-04-236-54/+0
| |\| | | | | | | | | | Change-Id: I758a3d77fab108fbd0612cd06d14014378f77b1a
| | * DO NOT MERGE: Remove IVehicle from google_car manifestCalvin Huang2020-04-216-54/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Included to android.hardware.automotive.vehicle@2.0-service as vintf_fragments Bug: 154631947 Test: Build should pass Change-Id: Idacbf45084bdc0de75eae8008c1d29d5723738af
* | | Minor tweak on phone_car properties. am: 36ea7452f1 am: b2eab46070felipeal2020-04-076-6/+12
|\| | | | | | | | | | | Change-Id: Ib13bae7b22a5e8d2345a2051a57588edd34b1f0f
| * | Minor tweak on phone_car properties. am: 36ea7452f1felipeal2020-04-076-6/+12
| |\| | | | | | | | | | Change-Id: I144472ee4ce0c31263a07e055a678905c3631f07
| | * Minor tweak on phone_car properties.felipeal2020-04-066-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enabled User HAL integration. - Set number of pre-created guest to 1 for consistency. Bug: 150222501 Test: manual verification Change-Id: I9a14507d85489898744cc9e9c3afac1b4ecfe5e0
* | | Merge "Introducing sargo_car ..." into rvc-dev am: 1b23a94e7b am: 74aa768579Felipe Leme2020-04-036-0/+492
|\| | | | | | | | | | | Change-Id: I4d5f7a1af341bf333d6e6e418c76db1173eca52b
| * | Merge "Introducing sargo_car ..." into rvc-dev am: 1b23a94e7bFelipe Leme2020-04-036-0/+492
| |\| | | | | | | | | | Change-Id: I63f4e124f074c4207434a938bee23a49bd676ed9
| | * Merge "Introducing sargo_car ..." into rvc-devFelipe Leme2020-04-036-0/+492
| | |\
| | | * Introducing sargo_car ...Felipe Leme2020-04-027-2/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...the new member of "Android Automotive on Phones Family". Bug: 151345745 Test: . ./build/envsetup.sh && lunch sargo_car && m && ./vendor/google/tools/flashall -w Change-Id: I24e323985cd259cd4e0cbd09fc65c207c420ddef
* | | | Merge "Introducing bonito_car ..." into rvc-dev am: b164824cc0 am: d1ad2c5e09TreeHugger Robot2020-04-027-2/+496
|\| | | | | | | | | | | | | | | Change-Id: Ifc3f3406ae47c844437d4cc2420639f982201fdf
| * | | Merge "Introducing bonito_car ..." into rvc-dev am: b164824cc0TreeHugger Robot2020-04-027-2/+496
| |\| | | | | | | | | | | | | | Change-Id: I7881194ffeac83791c9d9d3d36385925bddddd55
| | * | Merge "Introducing bonito_car ..." into rvc-devTreeHugger Robot2020-04-027-2/+496
| | |\ \ | | | |/ | | |/|
| | | * Introducing bonito_car ...Felipe Leme2020-04-017-2/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...the new member of "Android Automotive on Phones Family". It mostly works, although the setup wizard is not working properly (for example, tapping the "Start" button launches the HVAC controls). Bug: 151345745 Test: . ./build/envsetup.sh && lunch bonito_car && m && ./vendor/google/tools/flashall -w Change-Id: Ifb0c7587e01541bfefd988ccc24c9600d07ee639
* | | | Merge "Remove BOARD_IS_AUTOMOTIVE from _car targets" into rvc-dev am: ↵TreeHugger Robot2020-04-014-84/+0
|\| | | | | | | | | | | | | | | | | | | | | | | 918bdf65bc am: 94557e98be Change-Id: Ifdbadc62d2795c5d10df6768bde4d914c4474c8f
| * | | Merge "Remove BOARD_IS_AUTOMOTIVE from _car targets" into rvc-dev am: 918bdf65bcTreeHugger Robot2020-04-014-84/+0
| |\| | | | | | | | | | | | | | Change-Id: I492b1dc63358121b00f29eee4ce240c81af157c2
| | * | Merge "Remove BOARD_IS_AUTOMOTIVE from _car targets" into rvc-devTreeHugger Robot2020-04-014-84/+0
| | |\ \ | | | |/ | | |/|
| | | * Remove BOARD_IS_AUTOMOTIVE from _car targetsGaurav Sarode2020-03-314-84/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created PRODUCT_IS_AUTOMOTIVE under packages/services/Car/car_product/build/car.mk. This will apply to all the AAOS targets. bug: 150475340 Test: Local build Change-Id: I6575770e2c8550fa015358637b5e51b5b55debc1
* | | | Exclude EVS default implementation am: 22f9fe99df am: 903a977d08Changyeon Jo2020-03-311-2/+1
|\| | | | | | | | | | | | | | | Change-Id: Id2a01d29a6376af87ed439201b11e01a528de39d
| * | | Exclude EVS default implementation am: 22f9fe99dfChangyeon Jo2020-03-311-2/+1
| |\| | | | | | | | | | | | | | Change-Id: Iebfbfe786d2f46b961f33db723dae6e9a5e49aaa
| | * | Exclude EVS default implementationChangyeon Jo2020-03-311-2/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This change removes EVS v1.0 HAL default implementation from crosshatch_car product. Fix: 152889240 Test: m check-vintf-all -j Change-Id: Ic777a3c5654688d91b5d3e95d12864d88588bc1e Merged-In: I7205c575e627e8f93191002a42e650149cbe74f5
* | | Remove EVS implementations from manifest file am: 3bf6a1be6b am: ea59f7c7e1Changyeon Jo2020-03-304-40/+0
|\| | | | | | | | | | | Change-Id: I94ce9d7807e28289f6818c6cc85d31f6f4411701
| * | Remove EVS implementations from manifest file am: 3bf6a1be6bChangyeon Jo2020-03-304-40/+0
| |\| | | | | | | | | | Change-Id: Iadf34a1ac6cb6b6b33431d31ce0d5fce2c274257
| | * Remove EVS implementations from manifest fileChangyeon Jo2020-03-294-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change removes EVS from each device manifest file. Bug: 152703657 Test: m check-vintf-all -j Change-Id: I3826ccc6be22d9ac75f4130f0452af2534aac55b Merged-In: I7205c575e627e8f93191002a42e650149cbe74f5
* | | Merge "Add EVS packages to bluecross/floral devices" into rvc-dev am: ↵Changyeon Jo2020-03-2415-23/+84
|\| | | | | | | | | | | | | | | | | 8ba227bf9e am: b40d199eb1 Change-Id: I40af4e0faba9db82e2e3ae2775842d08a735c942
| * | Merge "Add EVS packages to bluecross/floral devices" into rvc-dev am: 8ba227bf9eChangyeon Jo2020-03-2415-23/+84
| |\| | | | | | | | | | Change-Id: I159dca79f5d9d93d0c6cb7287940adf5ee1f9d06
| | * Merge "Add EVS packages to bluecross/floral devices" into rvc-devChangyeon Jo2020-03-2415-23/+84
| | |\
| | | * Add EVS packages to bluecross/floral devicesChangyeon Jo2020-03-2415-23/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 152037120 Test: m -j and run evs_app manually. Change-Id: Ia3a38b8b1b45f76e41e610ab00f34fdcf0a4b410 Merged-In: Ia3a38b8b1b45f76e41e610ab00f34fdcf0a4b410
* | | | Merge "Tuned some car-specific settings on flame_car:" into rvc-dev am: ↵Felipe Leme2020-03-232-1/+27
|\| | | | | | | | | | | | | | | | | | | | | | | 1444795565 am: b26213a3be Change-Id: I2285b064c4a79f27589fe804aa0ca72b0cb9aecc
| * | | Merge "Tuned some car-specific settings on flame_car:" into rvc-dev am: ↵Felipe Leme2020-03-232-1/+27
| |\| | | | | | | | | | | | | | | | | | | | | | 1444795565 Change-Id: If41f5d32086371728a954b13e249fc61fd408702
| | * | Merge "Tuned some car-specific settings on flame_car:" into rvc-devFelipe Leme2020-03-232-1/+27
| | |\ \ | | | |/ | | |/|
| | | * Tuned some car-specific settings on flame_car:felipeal2020-03-192-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Increased number of pre-created guests. - Added missing overlay. Bug: 151266160 Test: manual verification Change-Id: I81e65a174c117c8a7aac1b7ff8c5bda8346d4189
* | | | Merge "Enable computepipe for crosshatch_car" into rvc-dev am: cb97a1bab7 ↵Hanumant Singh2020-03-202-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | am: 9f8155a963 Change-Id: Ic45800ce24676652bb14582b1c76c13d7d9fcc6b
| * | | Merge "Enable computepipe for crosshatch_car" into rvc-dev am: cb97a1bab7Hanumant Singh2020-03-202-0/+12
| |\| | | | | | | | | | | | | | Change-Id: Iac97da170319df1be9d3192c3de16b5dfd06d70d
| | * | Merge "Enable computepipe for crosshatch_car" into rvc-devHanumant Singh2020-03-202-0/+12
| | |\ \ | | | |/ | | |/|
| | | * Enable computepipe for crosshatch_carHanumant Singh2020-03-172-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable computepipe interface and libraries crosshatch Bug: 151685113 Change-Id: Id02c3c853149ed4ec6a65cd83ecd4d530794e21e
* | | | Fixed some blueline references that were pointing to crosshatch. am: ↵Felipe Leme2020-03-184-8/+39
|\| | | | | | | | | | | | | | | | | | | | | | | e79a8cf8f6 am: 729b482bbd Change-Id: I0e649a7e5e966074e24bef0b86770bcb38c6bee8
| * | | Fixed some blueline references that were pointing to crosshatch. am: e79a8cf8f6Felipe Leme2020-03-184-8/+39
| |\| | | | | | | | | | | | | | Change-Id: I6553c9b682f2a20041959fae0b98debd177e5e68