Compare commits
2 commits
e1f3a82a4f
...
6753142a7c
Author | SHA1 | Date | |
---|---|---|---|
6753142a7c | |||
7df194f1a3 |
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ PRODUCT_COPY_FILES += \
|
|||
frameworks/native/data/etc/android.software.telecom.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.telecom.xml
|
||||
|
||||
# vendor/foss
|
||||
include vendor/foss/foss.mk
|
||||
-include vendor/foss/foss.mk
|
||||
|
||||
# Launcher3
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -19,7 +19,7 @@ cc_binary {
|
|||
"quirks/device/unihertz_keylayout.cpp",
|
||||
],
|
||||
shared_libs: ["libbase", "libdl", "liblog", "libutils"],
|
||||
static_libs: ["libresetprop", "libc++fs"],
|
||||
static_libs: ["libresetprop"],
|
||||
init_rc: ["init_gsi.rc"],
|
||||
cflags: [
|
||||
"-std=gnu++17",
|
||||
|
|
Loading…
Add table
Reference in a new issue