Snap for 10844344 from b6dd753059
to udc-qpr1-release
Change-Id: I8ae6ed469985f1c4dd7d8c13fbd766c64202f168
This commit is contained in:
commit
f0a4074821
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ include device/google/gs-common/gps/dump/log.mk
|
||||||
include device/google/gs-common/widevine/widevine.mk
|
include device/google/gs-common/widevine/widevine.mk
|
||||||
include device/google/gs-common/sota_app/factoryota.mk
|
include device/google/gs-common/sota_app/factoryota.mk
|
||||||
include device/google/gs-common/misc_writer/misc_writer.mk
|
include device/google/gs-common/misc_writer/misc_writer.mk
|
||||||
|
include device/google/gs-common/gyotaku_app/gyotaku.mk
|
||||||
|
|
||||||
TARGET_BOARD_PLATFORM := gs101
|
TARGET_BOARD_PLATFORM := gs101
|
||||||
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
|
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)
|
||||||
|
|
|
@ -133,7 +133,7 @@ ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!WriteStringToFile("0", USB_DATA_PATH)) {
|
if (!WriteStringToFile("0", USB_DATA_PATH)) {
|
||||||
ALOGE("Not able to turn on usb connection notification");
|
ALOGE("Not able to turn off usb connection notification");
|
||||||
result = false;
|
result = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue