Skip to content

Commit

Permalink
Allow using private framework API.
Browse files Browse the repository at this point in the history
Change-Id: I2ae8882a3ca9d99ecba6e1b4f8d6ed426036818d
  • Loading branch information
maniac103 authored and Martinusbe committed Sep 20, 2018
1 parent bb41291 commit 845504b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
dialer-zxing-target \
jsr305 \
libbackup \
legacy-test \
libphonenumber \
volley \

Expand Down Expand Up @@ -169,11 +170,11 @@ endif

# End Bug: 37077388

LOCAL_SDK_VERSION := system_current
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := Dialer
LOCAL_CERTIFICATE := shared
LOCAL_PRIVILEGED_MODULE := true
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_USE_AAPT2 := true

# b/37483961 - Jack Not Compiling Dagger Class Properly
Expand Down

0 comments on commit 845504b

Please sign in to comment.