commit | 6eaaa1aa16101b451f3d84d34eae0ccf1f3a6cca | [log] [tgz] |
---|---|---|
author | Brad Stenning <stenning@google.com> | Wed Sep 11 11:40:45 2019 -0700 |
committer | Brad Stenning <stenning@google.com> | Wed Sep 11 20:47:14 2019 +0000 |
tree | 078d64dfb022a6f0e2b4354ff98652ba52371f66 | |
parent | 1eb71b84a2b0004c76e8ea9f1809ab1817699430 [diff] |
Fix build file such that CarSystemUi can be easily extended This is done buy building all of CarSystemUI as a library and then including that library as a static lib for an android_app target. Thus anyone that wants to build a derivative to CarSystemUI can include that library and start extending. It is the same mechanism that allows CarSystemUI to extend the phone SystemUI Bug:140875212 Test: Build and Deploy Change-Id: I4c83b0147c5ce8a8b4321ba0866721e4922df431