Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba55b568 authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Android (Google) Code Review
Browse files

Merge "Disable dexpreopt and <uses-library> check for "framework-res"."

parents 5200c2c8 bdf786e9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,6 +19,13 @@ android_app {
    sdk_version: "core_platform",
    certificate: "platform",

    // Disable dexpreopt and verify_uses_libraries check as the app
    // contains no Java code to be dexpreopted.
    enforce_uses_libs: false,
    dex_preopt: {
        enabled: false,
    },

    // Soong special-cases framework-res to install this alongside
    // the libraries at /system/framework/framework-res.apk.