Update Stocks.apk build tech
Instead of having a one-off //sky/apk/stocks, we now use the |sky_app| GN template to create Stocks.apk directly from //sky/sdk/example/stocks. TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/1211883004.
This commit is contained in:
parent
a74a7c554e
commit
1f8c99e1a2
@ -18,10 +18,6 @@ group("sky") {
|
||||
":sky_apk",
|
||||
]
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//sky/apk/stocks" ]
|
||||
}
|
||||
|
||||
if (!is_android) {
|
||||
deps += [ "//third_party/mesa:osmesa" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user