Revert "16kb: Disable GNSS service on akita_16k target"
This reverts commit 1e0076ecbc
.
Reason for revert: GNSS service is now re-aligned to 16k in commit I3ee61de44d4612f965c879fc32d872f20906ec5d
Bug: 344687661
Change-Id: I284e083764c1a4d927af8dac2da005be0994d04c
This commit is contained in:
parent
a435081511
commit
bcdfc618bc
1 changed files with 3 additions and 5 deletions
|
@ -33,11 +33,6 @@ ifeq ($(PRODUCT_BOOTS_16K),true)
|
|||
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
TARGET_KERNEL_DIR := $(RELEASE_KERNEL_AKITA_DIR)/16kb
|
||||
TARGET_RW_FILE_SYSTEM_TYPE := ext4
|
||||
else
|
||||
# include GNSSD
|
||||
# TODO(b/346851807): Temporarily include gnss service only on 4k page size
|
||||
# build.
|
||||
include device/google/akita/location/gnssd/device-gnss.mk
|
||||
endif
|
||||
|
||||
$(call inherit-product-if-exists, vendor/google_devices/akita/prebuilts/device-vendor-akita.mk)
|
||||
|
@ -334,6 +329,9 @@ PRODUCT_PACKAGES += \
|
|||
# Trusty liboemcrypto.so
|
||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/akita/prebuilts
|
||||
|
||||
# include GNSSD
|
||||
include device/google/akita/location/gnssd/device-gnss.mk
|
||||
|
||||
# Set zram size
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.zram.size=50p \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue