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

Commit 0329b79d authored by Alex Vakulenko's avatar Alex Vakulenko
Browse files

Remove libandroid dependencies from some targets

libandroid provided by frameworks/based should not be used by
targets in frameworks/native. This breaks PDK builds.

libandroid isn't actually needed by these two targets, so remove
the dependency.

Bug: 35845012
Test: `m -j32` succeeds
Change-Id: I5440c60a460f4e66e59f77d6ca0e57af4bd11a55
parent fbffe92a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ sharedLibraries := \
	libhardware \
	liblog \
	libutils \
	libandroid \

include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(sourceFiles)
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ shared_libs := \
  android.dvr.composer@1.0 \
  android.hardware.graphics.composer@2.1 \
  libvrhwc \
  libandroid \
  libbase \
  libbinder \
  libinput \