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

Commit 0cac6bb2 authored by lirokoa's avatar lirokoa
Browse files

Fix makefile call order

parent 5b106d61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
# limitations under the License.
#

$(call inherit-product, device/samsung/n80xx-common/n80xx-common.mk)

LOCAL_PATH := device/samsung/n8000

DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
@@ -49,3 +47,5 @@ PRODUCT_PROPERTY_OVERRIDES += \

PRODUCT_PACKAGES += \
	libsecril-client-sap

$(call inherit-product, device/samsung/n80xx-common/n80xx-common.mk)
 No newline at end of file