Add contextual card proto libraries.

Test: rebuild
Change-Id: Ifd105a91be4ce3b3ae35766e069d4b4663e54b0f
This commit is contained in:
Fan Zhang
2018-10-09 16:12:34 -07:00
parent 3ce67421a3
commit 8985efe3b0
3 changed files with 28 additions and 0 deletions

8
protos/Android.bp Normal file
View File

@@ -0,0 +1,8 @@
java_library_static {
name: "settings-contextual-card-protos-lite",
host_supported: true,
proto: {
type: "lite",
},
srcs: ["contextual_card_list.proto"],
}