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

Commit bb88caca authored by Jim Tang's avatar Jim Tang Committed by Wei Li
Browse files

Remove unused Android.mk file

Bug: 314234991
Test: m nothing
Flag: EXEMPT cleanup Android.mk files
Change-Id: I3403f52c18fe417da9f8a1560efba3c482b57c3d
parent b3bf0bd5
Loading
Loading
Loading
Loading
+0 −51
Original line number Diff line number Diff line
#############################################################
# Bluetooth Robolectric test target.                        #
#############################################################
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE := BluetoothRoboTests
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
LOCAL_LICENSE_CONDITIONS := notice

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_RESOURCE_DIR := \
    $(LOCAL_PATH)/res

LOCAL_JAVA_RESOURCE_DIRS := config

# Include the testing libraries
LOCAL_JAVA_LIBRARIES := \
    robolectric_android-all-stub \
    Robolectric_all-target \
    mockito-robolectric-prebuilt \
    truth

LOCAL_INSTRUMENTATION_FOR := Bluetooth

LOCAL_MODULE_TAGS := optional

#include $(BUILD_STATIC_JAVA_LIBRARY)

#############################################################
# Bluetooth runner target to run the previous target.       #
#############################################################
include $(CLEAR_VARS)

LOCAL_MODULE := RunBluetoothRoboTests
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
LOCAL_LICENSE_CONDITIONS := notice

LOCAL_JAVA_LIBRARIES := \
    BluetoothRoboTests \
    robolectric_android-all-stub \
    Robolectric_all-target \
    mockito-robolectric-prebuilt \
    truth

LOCAL_TEST_PACKAGE := Bluetooth

LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))../src

#include external/robolectric-shadows/run_robotests.mk