History log of /packages/services/Car/car_product/build/car.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99749b8bf9e578fb5b0f7ea745855471def8b71b 08-Sep-2017 Nicholas Sauer <nicksauer@google.com> Fix boot animation

bug: 65264088
Test: local build
Change-Id: I77d58662ae525abd3022cf468cef31ac7020a37e
/packages/services/Car/car_product/build/car.mk
905968cf95d4c8608d6d9351b5dd10fe994a1220 17-Jul-2017 Pavel Maltsev <pavelm@google.com> Allow activities in instrument cluster

- Added new CarInstrumentClusterManager to start activity in the cluster
and subscribe to cluster specific events
- Cluster vendor implementation (InstrumentClusterRenderingService) was
extended, now it can notify Car Service with ActivityOptions that holds
info how to launch activity in the cluster for specific category, also it
can send additional info such as unobscured bounds
(ClusterActivityState)
- added DirectRenderingClusterSample which is an example of vendor
implementation that utilizes new features
- added FakeClusterNavigationActivity in Kitchensink which is a dummy nav
activity that can be run in the cluster, it has appropriate permissions
and activity category in manifest

Test: kitchensink

Bug: b/37500371
Change-Id: Ic4b3709a3b7e1310dbd1c499990eea64479b3333
/packages/services/Car/car_product/build/car.mk
e1106c20f80f41f06884b673d81024a470a69e08 08-Jun-2017 Rakesh Iyer <rni@google.com> Remove the stream and all references to it.

Overview / Stream is deprecated, remove it.

Test: Built and booted bat.
Change-Id: I0e2bfa2a85826cc5787b2ff1b6bd84828e4df4c9
/packages/services/Car/car_product/build/car.mk
acb9822f2ecfea9016d1b3399be053a9d7f37bff 27-Mar-2017 Rakesh Iyer <rni@google.com> Remove car-ui-provider.

Package has been deprecated. Remove it.

Bug: 33210228
Test: Built & booted. Verified apps still work.
Change-Id: I18b1aecb0a28dcae354dbc6f48c6e837d3923d0f
/packages/services/Car/car_product/build/car.mk
5bd7e2be0e1f2ae726454f6e4101db2b9fbdbe7c 09-Mar-2017 Srinivas Visvanathan <sriniv@google.com> Including new Messaging/SMS app in car product

- CarMessengerApp provides car-specific messaging functionality.

Bug: 33280056
Test: Manually
Change-Id: I50df9646896c578ad747624363ce13c7da5940aa
/packages/services/Car/car_product/build/car.mk
580ff9b8a95674e3ae6fef614edf39d9367a9cd1 10-Mar-2017 Joseph Pirozzo <pirozzoj@google.com> Merge "MAP cleanup"
7f7678ae3ac6cb1d520db0361ab26baa244e75fc 10-Mar-2017 Joseph Pirozzo <pirozzoj@google.com> MAP cleanup

Remove bt-map client code as required features have been integrated into
packages/apps/Bluetooth.

Bug: 33647359
Test: Compile android target
Change-Id: Iaf125da510d1e6d5c0541ec4e8dcb7210b0c1fdd
/packages/services/Car/car_product/build/car.mk
321f4ef1c492a426feb466df52a337d78fa80a5b 08-Mar-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Remove wifi requirement from SetupWizard."
d7fec6a828750035ca4bd34cc6c94eb43a7ce5b8 08-Mar-2017 Anthony Chen <ajchen@google.com> Remove wifi requirement from SetupWizard.

This allows the user to skip the wifi setup screen during FRX.

Test: manually tested
Bug: 35931404
Change-Id: I14a1af523e7ed39093a376cafd72a45731547474
/packages/services/Car/car_product/build/car.mk
a04c60c4ae327075be7f4722e70136659b2cf8a6 07-Mar-2017 Yao Chen <yaochen@google.com> Add CarLatinIME to the base car make file.

Bug: 36026616
Test: Tested manually.

Change-Id: I0d0cb4f95a48020e82fc8085a8b76d18a9cc8e78
/packages/services/Car/car_product/build/car.mk
f41b08826dc7087a34ec0971ec2fc9de67512e57 22-Feb-2017 Antonio Cortes <antoniocortes@google.com> Post-O. VMS subscriber sample app.

Test: build and flash Mojave board.
Test: open the app and see the messages from the VMS publisher sample app.
Bug: 35327328
Change-Id: I8913d7a9a299d57176ecc2c59dbcece54cdfff15
/packages/services/Car/car_product/build/car.mk
d3974c993e012524f1e83318f69bff7aca6c06b7 17-Feb-2017 Antonio Cortes <antoniocortes@google.com> Post-O. VMS publisher sample app.

Test: build and flash Mojave board.
Test: check logs for the periodic message sent by the app.
Bug: 35327656

Change-Id: I898269eabb8b27bc46178fc29320bc142808b19f
/packages/services/Car/car_product/build/car.mk
41aa2192460697dbe1650034d9271cb00c406e7e 15-Feb-2017 Pavel Maltsev <pavelm@google.com> Remove Vehicle Network Service

It was replaced by Vehicle HAL

Bug: b/34361484

Test: removing dead code
Change-Id: Ib6f9641bc98d53ea1fe87d245aa7792be5650532
/packages/services/Car/car_product/build/car.mk
d428549b58b2df5015bff81d79747265ee8be536 29-Nov-2016 Kevin Crossan <kcrossan@google.com> Implement AOAP USB handler with simplified probing.

The existing USB handler, part of the Kitchen Sink application,
was unreliable and hard to follow. This new handler simplifies
the code flow and only probes new USB devices by querying whether
they support AOAP by sending a USB control message. Further tests
(such as switching the device into AOAP) are not done by this app.

This new handler also attempts to handle any already connected AOAP
devices on system boot. This enables projection to start automatically
for compatible devices.

NOTE: because devices are not switched into AOAP mode during probing,
this means that IUsbAoapSupportCheckService.isDeviceSupported() is
now called with a UsbDevice that is _not_ in AOAP mode.

Fixes: 33185277
Test: Plugged the following MDs in and projection started:
N5, N5X, N6P, Pixel, Galaxy Note Edge, Moto X gen2, Xperia Z5, HTC M8
Test: Plugged in a phone before the system booted completely,
and projection started

Change-Id: Ice200f661bd85e6eebc97c95bcd23910d4dc25e6
/packages/services/Car/car_product/build/car.mk
0d07c76bbc788fba8c77d8e932330ab22ec6ba27 04-Nov-2016 Pavel Maltsev <pavelm@google.com> Migrating Car service to new Vehicle HAL

- make car service work directly with Vehicle HAL
- getting rid of protobufs and dependencies on VNS
- get rid of CarTestManager / CarTestService and refactor
tests accordingly
- reworked ICarImpl to pass dependencies rather than
using singletons for better testing experience

Test: existing test should work, although some of the tests
(esp. audio) are broken and we will fix them in follow up CLs

Bug: b/31971746
Change-Id: I229969af332304ba3b1718f130cdf22038e86fad
Tests: tests adjusted to new data structures
/packages/services/Car/car_product/build/car.mk
05ee32ca4367816ccdd49b507cdbf6c8ba74ecae 02-Nov-2016 Keun-young Park <keunyoung@google.com> Merge nyc-car-dev

8b368ce0 Update keyline values for PagedListView
ee49ca9d Add car trust agent.
cce88f1e Update overlay bring it up to the latest values.
05f88fcf Include reference apps in generic car product.
178fd5af Set color of scroll bar thumb to 50% alpha.
0a81b748 Merge changes from topic 'emulator-update' into nyc-car-dev
5afda66d Placeholder application for maps.
95d5f7db Replace Maps with a placeholder in the emulator.
c666e6c2 Move scrollbar above recyclerview in PagedListView

bug: 32029701
Test: manual
Change-Id: I3aec3bf5c4ef69bceb6a60379f37080ee44fc7f3
95d5f7dbaa4c3c717440db926d7571b77f23ec22 20-Oct-2016 Rakesh Iyer <rni@google.com> Replace Maps with a placeholder in the emulator.

We don't ship Google Maps with aosp, put in a placeholder
so the emulator doesn't look broken.

Bug: 32118797
Test: Manual.
Change-Id: I9b825d16d94316cc7af4966fc399bcbac2b321b6
/packages/services/Car/car_product/build/car.mk
05f88fcfb4da25b5d7689356815dde329facd6ce 20-Oct-2016 Rakesh Iyer <rni@google.com> Include reference apps in generic car product.

Bug: 32118797
Test: Manual.
Change-Id: If0e23c378127b1fc7ee7fef09fc5a9470dd8ce97
/packages/services/Car/car_product/build/car.mk
9231054983bfe688a6585eb9d3da7e5832a9f530 18-Oct-2016 Keun-young Park <keunyoung@google.com> Merge nyc-car-dev

caa94c65 MAP MCE Kitchen Sink
ac9a1546 Merge "MAP MCE Kitchen Sink" into nyc-car-dev
20539ba7 check negative size before reading Blob
6dcc50be fix synchronization in PM and PowerHal
83569f3f Merge "fix synchronization in PM and PowerHal" into nyc-car-dev
afdc9ae8 Add test for SystemActivityMonitoringService
d4e8ee2c Merge "Add test for SystemActivityMonitoringService" into nyc-car-dev
80ebb3f9 Increase coverage for CarSensorManagerTest
a88b3e72 Merge "Increase coverage for CarSensorManagerTest" into nyc-car-dev
5f537ee9 Handle all zone types properly in CarPopertyUtils.
f9215209 update TODOs
bbdfa549 Merge "Handle all zone types properly in CarPopertyUtils." into nyc-car-dev
20fcace9 Merge "update TODOs" into nyc-car-dev
c26f6bec fix memory leak in BinderInterfaceContainer
5f6c26bc InstCluster: add rebinding to onServiceDisconnected
9d08dc39 Minor fixes to Car Support Lib
eb19cac8 Merge "Minor fixes to Car Support Lib" into nyc-car-dev
7500e219 Update size of scroll bar buttons for PageListView
c9a023d1 fix failing car service test
a90995ad MAP MCE iPhone Connectivity
e917be0a Merge "MAP MCE iPhone Connectivity" into nyc-car-dev
b982e641 Put launcher in the activity stack before we show the block activity.
1093d084 Merge "Put launcher in the activity stack before we show the block activity." into nyc-car-dev
7151bb3e fix memory leak in vns
1a0d6548 fix wrong area type mapping in hvac
6817797a Update javadoc for CarCabinManager and CarHvacManager
09a67501 Update car_paged_recycler_view in car-ui-provider
b3af9fb8 Merge "Update javadoc for CarCabinManager and
CarHvacManager" into nyc-car-dev

- temporarily disabled BT related changes as API is not merged yet

bug: 32029701
Test: car service test
Change-Id: Ie99f67d9316824378c4b6fcb156a7a26fbd75f52
c9a023d1b6547e3455bf335bee6ffb34e1601b1d 13-Oct-2016 Keun-young Park <keunyoung@google.com> fix failing car service test

- added vendor policy with vendor extensions for test.
- vendor policy should be overridden by OEMs.

bug: 32140533

Change-Id: I06a163e52ea04062f4e17317f7a1afb0723f48e9
/packages/services/Car/car_product/build/car.mk
901c024b7d764a1e1556e99ffcd3da8522c8a0b8 19-Aug-2016 Vitalii Tomkiv <vitalit@google.com> Add Vehicle monitor service.

Initial commit of vehicle monitor service. This service will be
monitoring resources (CPU, memory, disk IO) usage and enforce policies
by terminating abusive apps.
bug: 31117339
Change-Id: Ieda8d76d22ac30e659c519a99051f9215ce23d2d
/packages/services/Car/car_product/build/car.mk
a89dc821cb8aabec4045487c6c8b5603b8fcb89a 11-Jul-2016 Keun-young Park <keunyoung@google.com> Merge nyc-car-dev into master

809b5475 handle init failure and service launch delay
d808cac0 showNaviationBar should default to true
cd89ffb1 updating CarNavigationManager api to have new signature that maps requested and renamed to CarNavigationStatusListener.
0ad4c14f Merge "updating CarNavigationManager api to have new signature that maps requested and renamed to CarNavigationStatusListener." into nyc-car-dev
46371473 Car api review: CarAppContextManager renaming to CarAppFocusManager.
d36a995a more volume support
ac71076a Merge "more volume support" into nyc-car-dev
c1098ce2 Merge "Car api review: CarAppContextManager renaming to CarAppFocusManager." into nyc-car-dev
0477e29b Refactor Instrument Cluster API
3c37689b Fix build: Remove duplicate types
eaad6efb Expose the ability to mute audio in CarAudioManager.
c5005504 Update current.txt with the changes in ag/1146522.
a19f6784 fix build: update api current.txt
5d356ccd Merge "fix build: update api current.txt" into nyc-car-dev
c5dc1964 added some exceptionss to the interface.
b2f3cd68 Shift HVAC controls in Kitchen Sink below menu bar
401757c6 Remove BluetoothMidiService and DeskClock
4290134b Merge "added some exceptionss to the interface." into nyc-car-dev
b56bd60f Merge "Remove BluetoothMidiService and DeskClock" into nyc-car-dev
35526712 Cleanup/Fix SElinux policy for car_product common
a757f4b1 Merge "Cleanup/Fix SElinux policy for car_product common" into nyc-car-dev
4727da37 implement activity blocking
03cf60ce Handle key events in instrument cluster
d79c47ad Merge "Handle key events in instrument cluster" into nyc-car-dev
e5314732 Prevent warnings in Car native code
ffb3fb50 Handle abandoning of nav app focus ownership
09ca973f Merge "Handle abandoning of nav app focus ownership" into nyc-car-dev
461ecc6c Add CarGenericManager and refactor HVAC to use it
845e54a0 Generate VehicleNetworkConsts.java with Car Cabin Manager additions
1b12ef6e Merge "Generate VehicleNetworkConsts.java with Car Cabin Manager additions" into nyc-car-dev
3ebef84a Merge "Add CarGenericManager and refactor HVAC to use it" into nyc-car-dev
87397155 Fix build
4c6834a2 add external audio routing support
a4f44e1c add config_string to vns's dump
f521fd7b add VERSION to car API
c8378294 add dump to volume service

Change-Id: If5d4c4e60c65979881f76e2ce7454361611585e1
401757c64f31c27a887d3a74930b6a21048e93f1 21-Jun-2016 Sam Hurst <shurst@google.com> Remove BluetoothMidiService and DeskClock

Bug: 29540569
Change-Id: I62338ca349bafe72b83e81808572e3e99d0c2bfa
/packages/services/Car/car_product/build/car.mk
f4e59a488bdee91217cbd9ad76be59f0e1894510 10-Jun-2016 Roozbeh Pournader <roozbeh@google.com> Remove naver-fonts from car.mk

naver-fonts have not had a makefile for a while, so the previous
mention of naver-fonts was just a no-op.

Bug: 21785576
Change-Id: I2f1edf33adb771eacfa4cca6281070a8f881ca67
/packages/services/Car/car_product/build/car.mk
be1cecb2c59daacf10002a878044958870b44bcd 19-Apr-2016 Keun-young Park <keunyoung@google.com> add android.car to BOOT_JAR if not added

- had to use another variable to declare it is included
as there is no easy way to check inclusion

bug: 28247922

Change-Id: I25183ad7a5f4723a3896449a652d64c6a9f8f15e
/packages/services/Car/car_product/build/car.mk
ad00c6c47469db61accb1190b1a7fe177024ea52 14-Apr-2016 Sam Hurst <shurst@google.com> Fixed missing separator issue

Bug: 27486470
Change-Id: I40435531deb3f5bd77542c2ac12d8734e2e22d29
/packages/services/Car/car_product/build/car.mk
ace80184d73f4b90a32aa4aa8a1cc0b3285ae2f3 18-Mar-2016 Sam Hurst <shurst@google.com> Add car common product config

Accumulate common car configuration files
into one location. All car products will base
their configurations on these files.

bug: 27486470
Change-Id: Id0daabc83e0805b50de6d1a48dbcf1396bf2e4b0
/packages/services/Car/car_product/build/car.mk