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

Commit 4e0c7f49 authored by Joey's avatar Joey
Browse files

Fix build in Lineage/Aosp env



Signed-off-by: default avatarJoey <joey@lineageos.org>
Change-Id: Ib628555f0561291729745e6fc3a726c5ae8c603d
parent 3ebecb91
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@ LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res_1080p
endif

LOCAL_SRC_FILES := \
    $(call all-java-files-under, java) \
    $(call all-java-files-under, java_lineage)
    $(call all-java-files-under, java)

LOCAL_USE_AAPT2 := true

+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
        <item name="android:textSize">16sp</item>
    </style>

    <style name="AppTheme.AppTitle" parent="AppTheme.ToolbarTitle">
    <style name="AppTheme.AppTitle" parent="@style/TextAppearance.Widget.AppCompat.Toolbar.Title">
        <item name="android:textSize">48sp</item>
    </style>
</resources>