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

Commit ba26489a authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "health: Update README to remove .override [DO NOT MERGE]" into pi-dev

am: db94365e

Change-Id: Ib699f3c041a9b83de497c536af86e021508a6e22
parents a4b540e8 db94365e
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -6,11 +6,6 @@ Upgrading from health@1.0 HAL
1. If the device does not have a vendor-specific libhealthd AND does not
   implement storage-related APIs, just do the following:

    1.1 (recommended) To remove healthd from the build,
        PRODUCT_PACKAGES += android.hardware.health@2.0-service.override
        DEVICE_FRAMEWORK_MANIFEST_FILE += \
            system/libhidl/vintfdata/manifest_healthd_exclude.xml
    1.2 To keep healthd in the build,
    PRODUCT_PACKAGES += android.hardware.health@2.0-service

   Otherwise, continue to Step 2.