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

Skip to content
Commit 8ca62ae6 authored by Colin Cross's avatar Colin Cross
Browse files

Fix Dialer Android.mk for compiling with javac

Fix the Dialer Android.mk file for compiling with javac:
 - Add missing resources from android-support-transition.
 - Add missing transitive dependencies on glide disklrucache and
   gifdecoder.
 - Remove annotation processors from LOCAL_JAVA_STATIC_LIBRARIES,
   they are only needed during compile time not in the final jar.
 - Remove org.apache.http.legacy.boot from LOCAL_JAVA_STATIC_LIBRARIES
   and add org.apache.http.legacy to LOCAL_JAVA_LIBRARIES, it is
   only needed to compile and will already be present in the classpath
   on the device.
 - Remove libraries from LOCAL_JAVA_LIBRARIES that are already in
   LOCAL_JAVA_STATIC_LIBRARIES, there is no need to list them twice.
 - Only list the processor libraries in --processorpath.
 - Pass --processorpath to javac.
 - Fix dailer->dialer typo.

Bug: 35844114
Test: m -j Dialer
Test: m -j ANDROID_COMPILE_WITH_JACK=false Dialer
Change-Id: I9eee5a27a5812898826a1e70b72a2ad1b4f28d31
parent fc37b02f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment