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

Commit c32d5a31 authored by Justin Morey's avatar Justin Morey Committed by Android Git Automerger
Browse files

am fc133135: am 29d225c9: Set a default value for TARGET_BUILD_DENSITY

* commit 'fc133135':
  Set a default value for TARGET_BUILD_DENSITY
parents a729f618 fc133135
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -601,6 +601,9 @@ function tapas()
    if [ -z "$apps" ]; then
        apps=all
    fi
    if [ -z "$density" ]; then
        density=alldpi
    fi

    export TARGET_PRODUCT=$product
    export TARGET_BUILD_VARIANT=$variant