2019-10-15 10:30:08 -07:00
|
|
|
/*
|
2022-10-04 13:59:32 -07:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2018-10-24 03:09:58 -07:00
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*/
|
|
|
|
|
2022-12-28 01:21:52 -08:00
|
|
|
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations'
|
2017-02-23 04:57:16 -08:00
|
|
|
project(':yoga').projectDir = file('java')
|
2017-03-08 00:09:32 -08:00
|
|
|
project(':yoga:proguard-annotations').projectDir = file('java/proguard-annotations')
|
2017-02-23 04:57:18 -08:00
|
|
|
project(':yoga-layout').projectDir = file('android')
|