Compare commits
No commits in common. "6753142a7cca281a1df57b4b4df641164e6135d5" and "e1f3a82a4f6aa6b84e4f3ddf3fd9a3993ac8880d" have entirely different histories.
6753142a7c
...
e1f3a82a4f
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
|
frameworks/native/data/etc/android.software.telecom.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.telecom.xml
|
||||||
|
|
||||||
# vendor/foss
|
# vendor/foss
|
||||||
-include vendor/foss/foss.mk
|
include vendor/foss/foss.mk
|
||||||
|
|
||||||
# Launcher3
|
# Launcher3
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -19,7 +19,7 @@ cc_binary {
|
||||||
"quirks/device/unihertz_keylayout.cpp",
|
"quirks/device/unihertz_keylayout.cpp",
|
||||||
],
|
],
|
||||||
shared_libs: ["libbase", "libdl", "liblog", "libutils"],
|
shared_libs: ["libbase", "libdl", "liblog", "libutils"],
|
||||||
static_libs: ["libresetprop"],
|
static_libs: ["libresetprop", "libc++fs"],
|
||||||
init_rc: ["init_gsi.rc"],
|
init_rc: ["init_gsi.rc"],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-std=gnu++17",
|
"-std=gnu++17",
|
||||||
|
|
Loading…
Add table
Reference in a new issue