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:
Adam Barth 2015-06-27 00:41:27 -07:00
parent a74a7c554e
commit 1f8c99e1a2

View File

@ -18,10 +18,6 @@ group("sky") {
":sky_apk",
]
if (is_android) {
deps += [ "//sky/apk/stocks" ]
}
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}