Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
developers
/
samples
/
android
/
1d6257a3b10711ec442609018e5e2f6e462baa7a
/
.
/
media
/
Camera2Video
/
build.gradle
blob: f9f6f652748819fcdf9b5db27a01885bd9cdba35 [
file
] [
log
] [
blame
]
// BEGIN_EXCLUDE
import
com
.
example
.
android
.
samples
.
build
.
SampleGenPlugin
apply plugin
:
SampleGenPlugin
samplegen
{
pathToBuild
"../../../../build"
pathToSamplesCommon
"../../common"
}
apply
from
:
"../../../../build/build.gradle"
// END_EXCLUDE