File tree Expand file tree Collapse file tree
overlay/common/frameworks/base/core/res/res/values Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,6 +203,11 @@ PRODUCT_COPY_FILES += \
203203PRODUCT_COPY_FILES += \
204204 vendor/liquid/prebuilt/common/etc/calibration_cad.xml:system/etc/calibration_cad.xml
205205
206+ # Google Markup
207+ PRODUCT_COPY_FILES += \
208+ vendor/liquid/prebuilt/common/lib/libsketchology_native.so:system/lib/libsketchology_native.so \
209+ vendor/liquid/prebuilt/common/lib64/libsketchology_native.so:system/lib64/libsketchology_native.so
210+
206211# TWRP
207212ifeq ($(WITH_TWRP ) ,true)
208213include vendor/liquid/config/twrp.mk
@@ -229,7 +234,11 @@ PRODUCT_PACKAGES += \
229234PRODUCT_PACKAGES += \
230235 librsjni
231236
232- # Omni packages
237+ # Google packages
238+ PRODUCT_PACKAGES += \
239+ MarkupGoogle
240+
241+ # Weather packages
233242PRODUCT_PACKAGES += \
234243 OmniJaws
235244
Original file line number Diff line number Diff line change 109109 <!-- Flag indicating whether we should enable smart battery. -->
110110 <bool name =" config_smart_battery_available" >true</bool >
111111
112+ <!-- Screenshot editing default activity. Must handle ACTION_EDIT image/png intents.
113+ Blank sends the user to the Chooser first.
114+ This name is in the ComponentName flattened format (package/class) -->
115+ <string name =" config_screenshotEditor" translatable =" false" >com.google.android.markup/com.google.android.markup.AnnotateActivity</string >
116+
112117</resources >
Original file line number Diff line number Diff line change @@ -34,3 +34,14 @@ LOCAL_MODULE_CLASS := APPS
3434LOCAL_MODULE_SUFFIX := .apk
3535LOCAL_DEX_PREOPT := false
3636include $(BUILD_PREBUILT )
37+
38+ include $(CLEAR_VARS )
39+ LOCAL_MODULE := MarkupGoogle
40+ LOCAL_MODULE_TAGS := optional
41+ LOCAL_SRC_FILES := $(LOCAL_MODULE ) .apk
42+ LOCAL_CERTIFICATE := PRESIGNED
43+ LOCAL_PRIVILEGED_MODULE := true
44+ LOCAL_MODULE_CLASS := APPS
45+ LOCAL_MODULE_SUFFIX := .apk
46+ LOCAL_DEX_PREOPT := false
47+ include $(BUILD_PREBUILT )
You can’t perform that action at this time.
0 commit comments