diff options
Diffstat (limited to 'org.ifaa.android.manager/Android.bp')
-rw-r--r-- | org.ifaa.android.manager/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/org.ifaa.android.manager/Android.bp b/org.ifaa.android.manager/Android.bp index a77c477..2c7d12d 100644 --- a/org.ifaa.android.manager/Android.bp +++ b/org.ifaa.android.manager/Android.bp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2017-2019 The LineageOS Project +* Copyright (C) 2017-2020 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,9 @@ java_library { name: "org.ifaa.android.manager", installable: true, + libs: [ + "unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage + ], srcs: [ "src/**/*.java", "src/**/I*.aidl", |