History log of /packages/services/Car/car-support-lib/car-support.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d8b90468dead2f59ec7007af3d67cc587ac5c1a 13-Apr-2016 Yao Chen <yaochen@google.com> Some cleanup in Car Ui Apis

+ Remove setBackgroundResource() api in CarUiEntry
The current implementation is using the wrong Context, and this API
is not necessary as apps can set the background in their main layout or
passing a bitmap using setBackground().

+ Add proper error message for CarUiProvider signature check.

+ fix an error in the car-support.mk

Bug: 28170802
Change-Id: Ida964b5378efaa2e4a1bd0713195fab0c8c619fd
/packages/services/Car/car-support-lib/car-support.mk
e54ac276796c6535558f8444d882adecd19ce2bd 17-Feb-2016 Keun-young Park <keunyoung@google.com> add android.car

- instead of using binder as compatibility layer, add android.car
- apps using android.car should add it to LOCAL_JAVA_LIBRARIES
unless doing include
packages/services/Car/car-support-lib/car-support.mk

- support lib renamed to android.support.car
- UI stuffs only exist in android.support.car
UI has dependency on androud support library and not added to
android.car

- permission only uses android.car namespace even for support.car

- car-systemtest remains as static library. To use CarTestManager,
test app should get CarTestManagerBinderWrapper then create
CarTestManager.

bug: 27199752
Change-Id: I3522e11e958dade404443fbe2d45f576c827fa7a
/packages/services/Car/car-support-lib/car-support.mk