Commit f6923e8e authored by Simeon Anfinrud's avatar Simeon Anfinrud Committed by Commit Bot

[Chromecast] Removed dummy source and manifest.

These are vestiges of gyp and can be removed.

Bug: None
Test: Build cast_shell_apk
Change-Id: I7cdbfe5f7b664def8103354b32be9ce502919bbc
Reviewed-on: https://chromium-review.googlesource.com/1048027Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Commit-Queue: Simeon Anfinrud <sanfin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556826}
parent 701a565c
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors. All rights reserved. Use of this
source code is governed by a BSD-style license that can be found in the
LICENSE file.
-->
<!--
This is a dummy manifest which is required by lint for determining min/target
SDK version.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dummy.package">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="22" />
</manifest>
Note(gunsch): This file is for the cast_shell_apk target in chromecast.gyp.
See the notes above that target's 'java_in_dir' variable in chromecast.gyp.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment