Summary: We need one place, any place really, to publish that good old `DoNotStrip` annotation from that we currently copy across various repos, causing havoc for anybody who tries to integrate more than one FB Android library into their project. Yoga is very well positioned for this because it's already its own Gradle module and all that's missing are these few lines. Reviewed By: SidharthGuglani Differential Revision: D16783035 fbshipit-source-id: 69b6224a725194d036c6a23a36bd76d3487b9811
10 lines
265 B
Groovy
10 lines
265 B
Groovy
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
apply plugin: 'java'
|
|
apply from: rootProject.file('gradle/release.gradle')
|