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

Commit 16fc654e authored by Chris Poultney's avatar Chris Poultney Committed by Android (Google) Code Review
Browse files

Merge "Fixes WallpaperPickerGoogle Studio build" into main

parents b9b941e1 9054c13c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ prebuilt_etc {
//
android_app {
    name: "ThemePicker",
    package_name: "com.android.wallpaper",
    defaults: ["ThemePicker_defaults"],

    platform_apis: true,
+6 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<!-- The package name here must match the Studio namespace given in
     WallpaperPickerGoogle gradle config for Studio builds to succeed.
     `package_name` in Android.bp overrides this with the actual package name.
 -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools"
          package="com.android.wallpaper">
          package="com.google.android.apps.wallpaper">

    <uses-sdk android:targetSdkVersion="30" android:minSdkVersion="28"/>