Forked from
Dhina17 / platform_frameworks_base
3374 commits behind the upstream repository.
-
Pablo Gamito authored
perfetto.protos is not an authorized package to be included in the bootclsspath. And because bootclasspath always takes precedence during class resolving, we don't want that when the perfetto library is imported somewhere else (e.g. in an app) that the class name be resolved to class in bootclasspath instead. Bug: 309630341 Test: presubmit checks Change-Id: I0c19bc503905cbb33e34240bd6ba970217ee3f29
Pablo Gamito authoredperfetto.protos is not an authorized package to be included in the bootclsspath. And because bootclasspath always takes precedence during class resolving, we don't want that when the perfetto library is imported somewhere else (e.g. in an app) that the class name be resolved to class in bootclasspath instead. Bug: 309630341 Test: presubmit checks Change-Id: I0c19bc503905cbb33e34240bd6ba970217ee3f29
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
framework-jarjar-rules.txt 556 B
# This rule is meant to be reused across libraries in the bootclasspath that depend
# on the HIDL libraries.
rule android.hidl.** android.internal.hidl.@1
# Framework-specific renames.
rule android.net.wifi.WifiAnnotations* android.internal.wifi.WifiAnnotations@1
rule com.android.server.vcn.util.** com.android.server.vcn.repackaged.util.@1
# for modules-utils-build dependency
rule com.android.modules.utils.build.** android.internal.modules.utils.build.@1
# For Perfetto proto dependencies
rule perfetto.protos.** android.internal.perfetto.protos.@1