Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
29215 commits behind the upstream repository.
  • Pedro Loureiro's avatar
    99d04522
    Allow unknown codenames in target sdk version for APK-in-apexes · 99d04522
    Pedro Loureiro authored
    This is currently a recurring issue every new Android release as a few of
    our apps will be targeting new platforms and they also get installed on
    devices running older SDKs.
    
    This change only changes behaviour for APK in apexes.
    
    Test: atest com.android.server.pm.parsing.PackageParserLegacyCoreTest
    
    Bug: 208239394
    
    Change-Id: If1195c8ec39ac88a605e25dfb1c78d49a5aa3e7c
    99d04522
    History
    Allow unknown codenames in target sdk version for APK-in-apexes
    Pedro Loureiro authored
    This is currently a recurring issue every new Android release as a few of
    our apps will be targeting new platforms and they also get installed on
    devices running older SDKs.
    
    This change only changes behaviour for APK in apexes.
    
    Test: atest com.android.server.pm.parsing.PackageParserLegacyCoreTest
    
    Bug: 208239394
    
    Change-Id: If1195c8ec39ac88a605e25dfb1c78d49a5aa3e7c
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
framework-jarjar-rules.txt 461 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