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

Commit 729c5cc8 authored by Nathan Harold's avatar Nathan Harold
Browse files

Remove frameworks/opt/telephony from PDK

-Because framworks/opt/telephony requires components of
 the system in order to build, it cannot be part of the PDK.

-Removing the obsolete TARGET_BUILD_JAVA_SUPPORT_LEVEL flag.
 This flag was used for conditional Java platform support in PDK.

Note: this follows the pattern of frameworks/opt/net/wifi which
also depends on frameworks/base/services: ag/435261

Bug: 35992880
Test: compilation, aosp_sailfish and aosp_fugu
Change-Id: I3a4793cc7772617862588171c6207ffa35535cbb
parent 6e2e2c1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.

# enable this build only when platform library is available
ifeq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),platform)
ifneq ($(TARGET_BUILD_PDK), true)

LOCAL_PATH := $(call my-dir)

@@ -46,4 +46,4 @@ include $(BUILD_JAVA_LIBRARY)
# ============================================================
include $(call all-makefiles-under,$(LOCAL_PATH))

endif # JAVA platform
endif # non-PDK build