Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccbe39a4 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files
parent 8ff06227
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)

USES_LIBRARY := androidx.window.extensions androidx.window.sidecar

include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := FakeStore
@@ -17,5 +19,12 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := platform
LOCAL_REQUIRED_MODULES := privapp-permissions-com.android.vending.xml

ifneq ($(call math_gt_or_eq, $(PLATFORM_SDK_VERSION), 31),)
LOCAL_OPTIONAL_USES_LIBRARIES := $(USES_LIBRARY)
else
LOCAL_PROVIDES_USES_LIBRARY := $(USES_LIBRARY)
endif

include $(BUILD_PREBUILT)
(132 B)

File changed.

No diff preview for this file type.

+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@
    <boolean name="location_wifi_mls" value="true" />
    <boolean name="location_cell_mls" value="true" />
    <boolean name="location_geocoder_nominatim" value="true" />
    <boolean name="vending_licensing" value="true" />
</map>
+2 −1
Original line number Diff line number Diff line
@@ -13,5 +13,6 @@
        <permission name="android.permission.UPDATE_APP_OPS_STATS" />
        <permission name="android.permission.WATCH_APPOPS" />
        <permission name="android.permission.RECEIVE_SMS" />
        <permission name="android.permission.START_ACTIVITIES_FROM_BACKGROUND" />
    </privapp-permissions>
</permissions>