forked from LineageOS/android_packages_apps_DocumentsUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_apk.mk
More file actions
27 lines (21 loc) · 807 Bytes
/
build_apk.mk
File metadata and controls
27 lines (21 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LOCAL_MODULE_TAGS := optional
LOCAL_PRIVILEGED_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES += guava \
apache-commons-compress \
docsui-statsd
LOCAL_STATIC_ANDROID_LIBRARIES := \
androidx.legacy_legacy-support-core-ui \
androidx.legacy_legacy-support-v4 \
androidx.appcompat_appcompat \
androidx.legacy_legacy-support-v13 \
androidx.transition_transition \
androidx.recyclerview_recyclerview \
androidx.recyclerview_recyclerview-selection \
com.google.android.material_material
LOCAL_USE_AAPT2 := true
LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
# TODO: build against public API as part of b/110959821
LOCAL_PRIVATE_PLATFORM_APIS := true
#LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)