Loading packages/CredentialManager/Android.bp +22 −10 Original line number Diff line number Diff line Loading @@ -7,19 +7,14 @@ package { default_applicable_licenses: ["frameworks_base_license"], } android_app { name: "CredentialManager", defaults: ["platform_app_defaults"], certificate: "platform", android_library { name: "CredentialManager-handheld", platform_apis: true, srcs: ["src/**/*.kt"], resource_dirs: ["res"], dex_preopt: { profile_guided: true, //TODO: b/312357299 - Update baseline profile profile: "profile.txt.prof", }, static_libs: [ "CredentialManagerShared", "PlatformComposeCore", Loading @@ -42,6 +37,23 @@ android_app { "androidx.recyclerview_recyclerview", "kotlinx-coroutines-core", ], } android_app { name: "CredentialManager", defaults: ["platform_app_defaults"], certificate: "platform", dex_preopt: { profile_guided: true, //TODO: b/312357299 - Update baseline profile profile: "profile.txt.prof", }, // Do not add new dependencies here. Add to CredentialManager-handheld instead. static_libs: [ "CredentialManager-handheld", ], platform_apis: true, privileged: true, Loading Loading
packages/CredentialManager/Android.bp +22 −10 Original line number Diff line number Diff line Loading @@ -7,19 +7,14 @@ package { default_applicable_licenses: ["frameworks_base_license"], } android_app { name: "CredentialManager", defaults: ["platform_app_defaults"], certificate: "platform", android_library { name: "CredentialManager-handheld", platform_apis: true, srcs: ["src/**/*.kt"], resource_dirs: ["res"], dex_preopt: { profile_guided: true, //TODO: b/312357299 - Update baseline profile profile: "profile.txt.prof", }, static_libs: [ "CredentialManagerShared", "PlatformComposeCore", Loading @@ -42,6 +37,23 @@ android_app { "androidx.recyclerview_recyclerview", "kotlinx-coroutines-core", ], } android_app { name: "CredentialManager", defaults: ["platform_app_defaults"], certificate: "platform", dex_preopt: { profile_guided: true, //TODO: b/312357299 - Update baseline profile profile: "profile.txt.prof", }, // Do not add new dependencies here. Add to CredentialManager-handheld instead. static_libs: [ "CredentialManager-handheld", ], platform_apis: true, privileged: true, Loading