Remove ineffective copybara strip directive

PiperOrigin-RevId: 274161845
This commit is contained in:
andrewlewis 2019-10-11 14:38:06 +01:00 committed by Oliver Woodman
parent 5f71e86335
commit be23995100

View File

@ -64,7 +64,7 @@
android:theme="@style/VrActivityTheme"> android:theme="@style/VrActivityTheme">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>
<category android:name="com.google.intent.category.CARDBOARD"/> <!-- copybara:strip(development-only) --> <category android:name="com.google.intent.category.CARDBOARD"/>
<category android:name="com.google.intent.category.DAYDREAM"/> <category android:name="com.google.intent.category.DAYDREAM"/>
</intent-filter> </intent-filter>
</activity> </activity>