google_pixel: Import Google Camera (Legacy version)

Change-Id: I7ea45cfd040dce522f5cd2babc64b1320bc31d62
lineage-19.1
Nolen Johnson 3 years ago
parent 0959692d50
commit 0c124af0d8
  1. 5
      apps/Android.bp
  2. 15
      apps/GoogleApps.mk
  3. BIN
      apps/apks/GoogleCamera.apk
  4. BIN
      apps/apks/GoogleCameraLegacy.apk

@ -11,9 +11,10 @@ android_app_import {
}
android_app_import {
name: "PixelThemesStub",
name: "GoogleCameraLegacy",
owner: "google",
apk: "apks/PixelThemesStub.apk",
apk: "apks/GoogleCameraLegacy.apk",
overrides: ["Camera2", "Snap"],
presigned: true,
dex_preopt: {
enabled: false,

@ -1,23 +1,28 @@
## Build appropriate year wallpaper package on Pixels
ifneq ($(filter $(PIXEL2016_CODENAMES),$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
NexusWallpapersStubPrebuilt
NexusWallpapersStubPrebuilt \
GoogleCameraLegacy
endif
ifneq ($(filter $(PIXEL2017_CODENAMES),$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
NexusWallpapersStubPrebuilt2017
NexusWallpapersStubPrebuilt2017 \
GoogleCameraLegacy
endif
ifneq ($(filter $(PIXEL2018_CODENAMES) $(PIXEL2019_MIDYEAR_CODENAMES),$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
NexusWallpapersStubPrebuilt2018
NexusWallpapersStubPrebuilt2018 \
GoogleCamera
endif
ifneq ($(filter $(PIXEL2019_CODENAMES),$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
NexusWallpapersStubPrebuilt2019
NexusWallpapersStubPrebuilt2019 \
GoogleCamera
endif
ifneq ($(filter $(PIXEL2020_CODENAMES),$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \
PixelWallpapers2020
PixelWallpapers2020 \
GoogleCamera
endif
## Only build DevicePersonalizationServices on non-Pixels

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save