IFAAService: Include all AIDL files

Change-Id: Ieff22d491efdc1f2800c33414a25832e2c2bb4bf
This commit is contained in:
Sebastiano Barezzi 2024-08-06 21:54:55 +02:00
parent b0ee9ec430
commit 7f7694a3a2
No known key found for this signature in database
GPG Key ID: 763BD3AE91A7A13F

View File

@ -1,5 +1,5 @@
//
// Copyright (C) 2022 The LineageOS Project
// Copyright (C) 2022-2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
@ -8,7 +8,7 @@ android_app {
name: "IFAAService",
srcs: [
"src/**/*.java",
"src/**/I*.aidl",
"src/**/*.aidl",
],
aidl: {
local_include_dirs: ["src"],