Snap for 7310088 from 65afc07bcb
to sc-v2-release
Change-Id: I34e5d62b2ab565f5f74fc8989b39ccadda542e90
This commit is contained in:
commit
9d1fe44da6
3 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,9 @@ DEVICE_PACKAGE_OVERLAYS += device/google/raviole/raven/overlay
|
||||||
|
|
||||||
include device/google/gs101/device-shipping-common.mk
|
include device/google/gs101/device-shipping-common.mk
|
||||||
include device/google/gs101/fingerprint/udfps.mk
|
include device/google/gs101/fingerprint/udfps.mk
|
||||||
|
ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),)
|
||||||
|
include device/google/gs101/uwb/uwb.mk
|
||||||
|
endif
|
||||||
include device/google/raviole/audio/raven/audio-tables.mk
|
include device/google/raviole/audio/raven/audio-tables.mk
|
||||||
include hardware/google/pixel/vibrator/cs40l25/device.mk
|
include hardware/google/pixel/vibrator/cs40l25/device.mk
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,7 @@ int main() {
|
||||||
|
|
||||||
addGs101CommonDataProviders(p);
|
addGs101CommonDataProviders(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
addNFC(p, "/sys/devices/platform/10960000.hsi2c/i2c-3/3-0008/power_stats");
|
||||||
|
|
||||||
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
||||||
binder_status_t status = AServiceManager_addService(p->asBinder().get(), instance.c_str());
|
binder_status_t status = AServiceManager_addService(p->asBinder().get(), instance.c_str());
|
||||||
|
|
|
@ -110,6 +110,7 @@ int main() {
|
||||||
|
|
||||||
addGs101CommonDataProviders(p);
|
addGs101CommonDataProviders(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
addNFC(p, "/sys/devices/platform/10960000.hsi2c/i2c-4/4-0008/power_stats");
|
||||||
addUwb(p);
|
addUwb(p);
|
||||||
|
|
||||||
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue