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

Commit e7d0ef72 authored by Brandon Maxwell's avatar Brandon Maxwell
Browse files

Changing to build with system API

Since the Dialer is the system dialer on Nexus devices pre-M, we need
access to some system apis for backporting.

Bug: 25776171
Change-Id: I4365d4df955eb3f3ee7889937a97d1201e205d12
parent 13308a39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(incallui_dir)/proguard.flags

# Uncomment the following line to build against the current SDK
# This is required for building an unbundled app.
LOCAL_SDK_VERSION := current
LOCAL_SDK_VERSION := system_current

include $(BUILD_PACKAGE)