commit | b896c588af5489999c3a22e3713a2491811456c2 | [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 21:12:10 2019 +0000 |
tree | bcea22e1f0d97d3c81089b154009f6334de99cb7 | |
parent | e36d59ea710849861fbb8623bea52a06158cf37b [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