Loading apex/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. min_sdk_version: "29", // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } apex { Loading Loading @@ -120,6 +123,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. min_sdk_version: "29", // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } prebuilt_etc { Loading Loading
apex/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. min_sdk_version: "29", // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } apex { Loading Loading @@ -120,6 +123,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. min_sdk_version: "29", // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, } prebuilt_etc { Loading