summaryrefslogtreecommitdiffstats
path: root/AndroidProducts.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix build fingerprint length of aosp_car emulator targets.oreo-mr1-devNicholas Sauer2017-09-281-4/+4
| | | | | | bug: 66989354 Test: lunch aosp_car_x86 && m -j Change-Id: I9049dc984908602a2e7bc8e54cac3d0632f34a41
* Cleanup AAE Emulator configsNicholas Sauer2017-09-191-4/+4
| | | | | | | | bug: 65801015 Test: lunch aosp_car_emu_x86-userdebug && m -j emulator -verbose -show-kernel -selinux permissive Change-Id: I6976a249c78311deafc99292e2ead4025f756973
* Fix the Car emulator.Nicholas Sauer2017-08-081-0/+21
-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