summaryrefslogtreecommitdiff
path: root/aosp_car_x86_64.mk
AgeCommit message (Collapse)Author
2020-11-06Merge "Adding GSI build capability into Auto emulators" into rvc-qpr-devTreeHugger Robot
2020-11-04Adding GSI build capability into Auto emulatorsGaurav Sarode
bug: 171504555 Test: Local build, flash GSI on hardware and boot Change-Id: I0a2267f8e7266dadb240bc032881140773b5e78d
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-06-17Enabled car audio in car emulatorOscar Azucena
Goldfish had disabled car audio with their latest changes. Re-enabled car audio by enabling EMULATOR_VENDOR_NO_SOUND flag. Also added missing car audio HAL information. Bug: 159165632 Test: Run emulator and verify MZ audio works as expected. Change-Id: I4edfc928ce2c1bc89de35719622136f47b6a143d
2020-01-24Revert "Include core makefile before device-specific one."Oscar Azucena
Revert "Include core makefile before device-specific one." Revert submission 10117438-car-mk-order Reason for revert: The auto emulator looks like a giant phone. Bug: 148219586 Reverted Changes: Iafb4d62c1: Include core makefile before device-specific one. I1663477b0: Include core makefile before device-specific one. Test: make -j60 and ran emulator to make sure the auto audio properties were loaded correctly. Change-Id: I8d53b85dd6def993e4886d8859e4527548b184c7
2020-01-21Include core makefile before device-specific one.Ulya Trafimovich
The reverse order (car-specific makefile before the core one) causes incorrect order of jars in the PRODUCT_SYSTEM_SERVER_JARS variable. Namely, the car-specific jar 'car-framework-service' comes before the core jar 'services'. This order is problematic for the build system, because 'car-framework-service' depends on 'services'. Test: $(ANDROID_BUILD_TOP)/vendor/google/build/build_test.bash --dist --incremental --shard-count=3 --shard=2 Test: lunch aosp_car_arm && m Test: lunch aosp_car_arm64 && m Test: lunch aosp_car_x86 && m Test: lunch aosp_car_x86_64 && m Test: lunch car_x86_64 && m Change-Id: Iafb4d62c177eff5b15d28a4f0e55f027c55c9861
2019-12-20Reapply "Add car audio emu support to aosp_car_* targets"Mark Grady
This reverts commit 52cf1a678cf3a6b232810e3f205b093784eaae93. Bug:130232630 Test: Compile emulator and verify functionality Change-Id: I3241eb07c89b25081cdea089884bf8b612e52522
2019-12-12Add PRODUCT_PACKAGE_OVERLAYS for emulator targets.Julius D'souza
Add overlay configs specifically for Android Auto emulator targets. Default emulator configs are set as follows: * def_device_provisioned = true * def_user_setup_complete = true These are set at the PRODUCT_PACKAGE_OVERLAYS level in makefiles given Auto's inheritance structure for overlay definitions. Bug: 130190211 Test: car_x86_64 and aosp_car_x86_64 targets take new configs Change-Id: I66b7d59f5cdb04b5e4e47510ebef079e35353867 Signed-off-by: Julius D'souza <jdsouza@google.com>
2019-10-16Revert "Add car audio emu support to aosp_car_* targets"Mark Grady
This reverts commit 65f83fa730fcdbd80eaa1646800f958df96f48eb. Reason for revert: depends upon deprecated car_emulator_hal.mk Change-Id: I584c7a77d46b29d7402570206dd004d41c05ccc8
2019-10-15Add car audio emu support to aosp_car_* targetsMark Grady
Bug: 130232630 Test: Manually tested on both x86 flavors. Can't test ARM. Change-Id: I9149d42bfd7137f7967d0925af31e11ff2247852 (cherry picked from commit e9cb384330cc8f89aceea4f559be0b7a1c77db7d)
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