Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
developers
/
samples
/
android
/
f3455f18e0d57f5eee358e0575672e5a065e6301
/
.
/
media
/
MidiScope
/
build.gradle
blob: 9b6a9ce46fa12b7516792a9dc2709584ea9415bb [
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