Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mixinup] Integrate GPS vHAL source to ICS3A stack #1614

Open
wants to merge 1 commit into
base: r/ics3a/main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions cic_cloud/device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.intel.logger.rot_size=5000
TARGET_USE_GPS_VHAL := true

PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/vendor/etc/permissions/android.hardware.location.gps.xml \
vendor/intel/cic/target/gps/cloud/system/vendor/etc/init/[email protected]_cloud.rc:system/vendor/etc/init/[email protected]_cloud.rc \
vendor/intel/cic/target/gps/cloud/system/vendor/bin/hw/[email protected]_cloud:system/vendor/bin/hw/[email protected]_cloud
frameworks/native/data/etc/android.hardware.location.gps.xml:system/vendor/etc/permissions/android.hardware.location.gps.xml

PRODUCT_PACKAGES += \
[email protected].$(TARGET_PRODUCT)
Expand Down
Loading