Move manifest entries to gs-common.
Bug: 322914403 Bug: 323110919 Bug: 324214410 Test: build succeeds on all devices, failing tests pass. Change-Id: If12963ae26f2c228310ab9c865ac342f65cc192e Signed-off-by: Mark Chang <changmark@google.com>
This commit is contained in:
parent
b73ad4c73e
commit
5f4d31c8c6
3 changed files with 1 additions and 44 deletions
|
@ -1184,6 +1184,7 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Touch service
|
# Touch service
|
||||||
include hardware/google/pixel/input/twoshay.mk
|
include hardware/google/pixel/input/twoshay.mk
|
||||||
|
include device/google/gs-common/touch/twoshay/aidl_zuma.mk
|
||||||
|
|
||||||
PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true
|
PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true
|
||||||
|
|
||||||
|
|
|
@ -120,28 +120,6 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>com.google.input.algos.spd</name>
|
|
||||||
<interface>
|
|
||||||
<name>IScreenProtectorDetectorService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>com.google.input.algos.gril</name>
|
|
||||||
<version>2</version>
|
|
||||||
<interface>
|
|
||||||
<name>IGrilAntennaTuningService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl" optional="true">
|
|
||||||
<name>com.google.input</name>
|
|
||||||
<interface>
|
|
||||||
<name>ITouchContextService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl" optional="true">
|
<hal format="aidl" optional="true">
|
||||||
<name>hardware.qorvo.uwb</name>
|
<name>hardware.qorvo.uwb</name>
|
||||||
<interface>
|
<interface>
|
||||||
|
|
22
manifest.xml
22
manifest.xml
|
@ -12,26 +12,4 @@
|
||||||
<name>android.hardware.boot</name>
|
<name>android.hardware.boot</name>
|
||||||
<fqname>IBootControl/default</fqname>
|
<fqname>IBootControl/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="aidl">
|
|
||||||
<name>com.google.input.algos.spd</name>
|
|
||||||
<interface>
|
|
||||||
<name>IScreenProtectorDetectorService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl">
|
|
||||||
<name>com.google.input.algos.gril</name>
|
|
||||||
<version>2</version>
|
|
||||||
<interface>
|
|
||||||
<name>IGrilAntennaTuningService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="aidl">
|
|
||||||
<name>com.google.input</name>
|
|
||||||
<interface>
|
|
||||||
<name>ITouchContextService</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue