blob: de94f8418fda90974db1dbf2c6617263ba8288ad [file] [log] [blame]
Adam Powell62550cb2015-05-22 15:03:59 -07001#!/bin/bash
2
3echo "/** Begin preview constants"
4echo " * autogenerated by previewconstants.sh */"
5echo "package android.support.previewsdk;"
6echo "class PreviewConstants {"
7echo " public static final int PREVIEW_SDK_VERSION = $PLATFORM_PREVIEW_SDK_VERSION;"
8echo "}"