davinci: Fix Android.bp formatting

Change-Id: Id9b1deb6188b7af6170453d7f863bd54f8d360f9
This commit is contained in:
Arian
2020-09-08 20:05:31 +02:00
parent e68fa0e063
commit 9900e7e4dd
3 changed files with 10 additions and 9 deletions

View File

@@ -13,12 +13,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
cc_library_static {
name: "libinit_davinci",
srcs: ["init_davinci.cpp"],
recovery_available: true,
include_dirs: [
"system/core/base/include",
"system/core/init"
]
"system/core/init",
],
}