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

Commit 9ca2f3f4 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Fix build of FrameworksTelephonyTests.

An Android.mk file was missing to include these tests in the build,
and as a result many of them have broken. Disable the broken ones to
make the build work again. (The remaining tests may not be passing but
will at least build).

Bug: 22009112
Change-Id: I92b6f7407d3e6304514e9a8965c652671b8b85f5
parent 870008cb
Loading
Loading
Loading
Loading

tests/Android.mk

0 → 100644
+21 −0
Original line number Diff line number Diff line
# Copyright (C) 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

# Include subdirectory makefiles
# ============================================================
include $(call all-makefiles-under,$(LOCAL_PATH))
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading