google_pixel: ThemePicker: Import pixel themes stub package

Change-Id: I1e7c2e4f04c28db7c181892978ff5429fcc74437
lineage-19.1
Adithya R 3 years ago committed by Nolen Johnson
parent 814ffba7d5
commit 0ad585f4ff
  1. 1
      ThemePickerGoogle/Android.bp
  2. 16
      ThemePickerGoogle/res/values/override.xml
  3. 11
      apps/Android.bp
  4. BIN
      apps/apks/PixelThemesStub.apk

@ -108,5 +108,6 @@ android_app {
required: [
"privapp_whitelist_com.android.wallpaper",
"default_permissions_com.android.wallpaper",
"PixelThemesStub",
],
}

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="themes_stub_package" translatable="false">com.google.android.apps.customization.pixel</string>
</resources>

@ -9,3 +9,14 @@ android_app_import {
},
product_specific: true,
}
android_app_import {
name: "PixelThemesStub",
owner: "google",
apk: "apks/PixelThemesStub.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
product_specific: true,
}

Binary file not shown.
Loading…
Cancel
Save