summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
AgeCommit message (Collapse)Author
2023-10-25Fix lunch choices for git_mainGreg Kaiser
We add "trunk_staging-" for all COMMON_LUNCH_CHOICES so they are valid in the trunk stable setup. Bug: 307738446 Test: lunch Change-Id: I59f0d19756f280ad71e3a0755a6c2ccc62f5060c
2023-10-17Retire obsolete 32bit-only targets am: 5809470ed3 am: 48d0665cd7 am: 71163f9c2bRoman Kiryanov
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2789812 Change-Id: I53c703b07efb542be898e05179ba4a24da271bd3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-10-16Retire obsolete 32bit-only targetsRoman Kiryanov
Bug: 295259752 Test: presubmit Change-Id: Id42bd7e3cf1f02a4095b80cf5288dbafd8655cc9 Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-10-12Removed targets car_ui_portrait, car_x86_64Sihu Song
Bug: 302562369 Test: Confirmed those files are not referred anywhere Change-Id: Idb58b1212d7f8d4a203d09f1c6f3bd6b566e3935
2023-04-25Merge "Retire aosp_car_* targets" am: 0a55765479 am: b81ee53507 am: 55fb5cdc59Treehugger Robot
Original change: https://android-review.googlesource.com/c/device/generic/car/+/2504155 Change-Id: I58775c7b0c5cb0801a9bd92c70cb17b71bebed36 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-25Retire aosp_car_* targetsRoman Kiryanov
use sdk_car_* instead. Bug: 111538404 Test: presubmit Change-Id: Idfa33dd7334d0a9f9a7e7d0589999e0f95c14af5 Signed-off-by: Roman Kiryanov <rkir@google.com>
2023-04-17Revert^2 "Refactor sdk_car_md_x86_64.mk""Yuncheol Heo
Reland the CL with the fix, the original CL breaks the build, because it refers to the board in vendor/auto/embedded_board/ which are not visible in AOSP. Changes them to the boards under device/generic/car This reverts commit 169e413aa66430a8a129da9dccdba227109abb7c. Bug: 278320718 Test: it builds Change-Id: Ifb4e1871e004a36d0e40d1237a4de0b8cc98c7fa
2023-04-17Revert "Refactor sdk_car_md_x86_64.mk"Giuliano Procida
This reverts commit de76a7a98d3555d98d520f18a8e3374b8e192cc6. Reason for revert: broken build Bug: 278320718 Change-Id: Ief17ec7fc834aa825866928264fb8f1cf2e82709
2023-04-13Refactor sdk_car_md_x86_64.mkYuncheol Heo
- Moves the common part to common/car_md.mk. - Adds sdk_car_md_arm64.mk. - Increase the memory to 4096/6144(md). - Set the display size per UX guideline. Bug: 277833721 Bug: 275075670 Test: manually Change-Id: If8fa5efb53c97b9eeec3425b88965c1c2335e42c
2023-01-24Relocate AOSP car emulatorsPhilip Chen
Move sdk_car_* makefiles from `device/generic/goldfish/car` to `device/generic/car`. Bug: 245417855 Test: build sdk_car_x86_64-userdebug Merged-In: I955aa4e8cf30a6de51eb2c0444c7c13b87c9b341 Change-Id: I572f36dac202c3ba91137282ed614a0b1f2e484b
2023-01-24Relocate AOSP car emulatorsPhilip Chen
Move sdk_car_* makefiles from `device/generic/goldfish/car` to `device/generic/car`. Bug: 245417855 Test: build sdk_car_x86_64-userdebug Change-Id: I955aa4e8cf30a6de51eb2c0444c7c13b87c9b341
2022-10-04Add a sdk_car_md_x86_64 configuration.Yuncheol Heo
- This also adds multi-display settings for sdk_car_md. Bug 248584504 Test: m sdk_car_md_x86_64-userdebug Test: Check the md emulator has 4 displays. BYPASS_INCLUSIVE_LANGUAGE_REASON=migrating existing configuration. Change-Id: I7c01e17621db59303a1848dcfab2f1f2581d8d75
2021-07-13Split AOSP and GAS emulatorsHeemin Seog
Bug: 186587707 Test: manual Change-Id: Ib5a72f9159722423f9809f50416396102ae8b43e Merged-In: Ib5a72f9159722423f9809f50416396102ae8b43e
2021-04-27Add gsi car targetsCalvin Huang
Re-add these targets with more offending items in allowlist Bug: 183507588 Test: Forrest runs over test targets Change-Id: I4a7df077b5461297391e2a28b2d6a35a06265188
2021-04-27Revert "Add gsi car targets"Shuo Qian
This reverts commit 3fc4dffa37634bd873d3f717fa92b0b67f00051c. Reason for revert: <ag/14287581 is the CL that triggers the git_master test build breakage, per https://buganizer.corp.google.com/issues/186381337#comment2> Change-Id: I1abdb20c66e4cb0b598822e8e5f77823acb3904c
2021-04-23Add gsi car targetsCalvin Huang
These gsi car targets are based on mobile gsi targets Bug: 183422851 Test: Build these targets locally Change-Id: I88779458022502e2356a5b16ee0400e087f76419
2020-10-27Add 2 board configs for car emulatorsCalvin Huang
Automotive emulator images have the same device name as the phone emulators. Different device names help differentiating them in the console. 1. add generic_car_x86_64 board as a wrapper of 64bit only board 2. add generic_car_x86 board as a wrapper of generic_86 3. change the PRODUCT_DEVICE accordingly. Test: Manually launch the emualtor, check fingerprint Bug: 170507246 Change-Id: Ibaac240b112bc93ed93549909799a1491e78c844 Merged-In: Ibaac240b112bc93ed93549909799a1491e78c844
2020-09-16Add an aosp car target that supports 64-bit apps onlySam Lin
Bug: 164166032 Test: adb shell getprop | grep abi Test: Output should be Test: [ro.product.cpu.abi]: [x86_64] [ro.product.cpu.abilist]: [x86_64] [ro.product.cpu.abilist32]: [] [ro.product.cpu.abilist64]: [x86_64] Change-Id: I5f8bed37f368d2346c0e88bd1a4f03cc66270979
2020-06-11Updated car emulator to use new soundtrigger lib.Oscar Azucena
Updated car emulator to use the newly added sountrigger lib, this implements a non operational library, this safistactory as car emulators do not use the sound triggr. Bug: 157759582 Test: run car emulator, no crash or trigger issues were observed. Change-Id: I1e3f024561e53f4fdc988cd653f3c0a3d089be23
2020-05-28Fixed audio service crash due to missing library.Oscar Azucena
Audio policy service was crashing due to missing sound trigger library. This library is not used but due to recent changes the audio HAL is reset and thus causes the audio service to crash. Bug: 157097833 Test: make installclean & make -j60 Test: run gcar emulator and verify the audio server does not crashes. Change-Id: I2ffa0ab53a1d58b17439880cb5a39248567c446d
2019-11-07Add car_x86_64 build targetGaurav Sarode
bug: 144120587 Test: local build and validation Change-Id: I379f21bb61d7992d6abf5fedd625f4e3050ad0a0
2018-04-04Switch from add_lunch_combo to COMMON_LUNCH_CHOICESandroid-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8o-mr1-iot-preview-8Dan Willemsen
Bug: 77599627 Test: lunch [see entries in list] Change-Id: I1e820e52b582b31947d7ac4597f4e9cf38334dd0
2017-09-28Fix build fingerprint length of aosp_car emulator targets.oreo-mr1-devNicholas Sauer
bug: 66989354 Test: lunch aosp_car_x86 && m -j Change-Id: I9049dc984908602a2e7bc8e54cac3d0632f34a41
2017-09-19Cleanup AAE Emulator configsNicholas Sauer
bug: 65801015 Test: lunch aosp_car_emu_x86-userdebug && m -j emulator -verbose -show-kernel -selinux permissive Change-Id: I6976a249c78311deafc99292e2ead4025f756973
2017-08-08Fix the Car emulator.Nicholas Sauer
-Sync up device/generic/car/common/product to build/make/target/product. Many files had been copied years ago and did not contain many more recent changes. -Consolidate car related configs in device/generic/car/common/ product/car.mk. Remove any car related configs from the other nearby mk files so they are more similar to mk files under build/make/target/product. -Sync up device/generic/car/sepolicy to build/target/board/generic/sepolicy. Some auto related sepolicy remains here, but could be refactored out in the future. -Remove unused car_emu* targets. -Consolidate AndroidProducts.mk and vendorsetup.sh -Update manifest.xml using device/generic/goldfish and move it to device/generic/car bug: 64302465 Test: lunch aosp_car_emu_x86-userdebug;make;emulator Change-Id: I6fd4ef83590b3eb05af422dbbc8c39b8132cb971