Loading apex/Android.bp +6 −0 Original line number Original line Diff line number Diff line Loading @@ -64,6 +64,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. // so that the artifacts can run. min_sdk_version: "29", 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 { apex { Loading Loading @@ -120,6 +123,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. // so that the artifacts can run. min_sdk_version: "29", 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 { prebuilt_etc { Loading Loading
apex/Android.bp +6 −0 Original line number Original line Diff line number Diff line Loading @@ -64,6 +64,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. // so that the artifacts can run. min_sdk_version: "29", 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 { apex { Loading Loading @@ -120,6 +123,9 @@ apex_defaults { // - build artifacts (lib/javalib/bin) against Android 10 SDK // - build artifacts (lib/javalib/bin) against Android 10 SDK // so that the artifacts can run. // so that the artifacts can run. min_sdk_version: "29", 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 { prebuilt_etc { Loading