fix crd setup
This commit is contained in:
parent
9e732512ac
commit
0ee039d546
@ -97,17 +97,3 @@ android_app_import {
|
|||||||
product_specific: true,
|
product_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
android_app_import {
|
|
||||||
name: "SetupWizard",
|
|
||||||
owner: "gapps",
|
|
||||||
apk: "proprietary/system_ext/priv-app/SetupWizard/SetupWizard.apk",
|
|
||||||
overrides: ["Provision"],
|
|
||||||
preprocessed: true,
|
|
||||||
presigned: true,
|
|
||||||
dex_preopt: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
privileged: true,
|
|
||||||
system_ext_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -16,8 +16,7 @@ PRODUCT_PACKAGES += \
|
|||||||
MarkupGoogle_v2 \
|
MarkupGoogle_v2 \
|
||||||
SpeechServicesByGoogle \
|
SpeechServicesByGoogle \
|
||||||
talkback \
|
talkback \
|
||||||
Velvet \
|
Velvet
|
||||||
SetupWizard
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter %tangorpro,$(TARGET_PRODUCT)),)
|
ifneq ($(filter %tangorpro,$(TARGET_PRODUCT)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user