* commit 'b438c54d02b722a93a72ff6e834ab78053ca3add': bionic: Fix TINY_ANDROID build
This commit is contained in:
commit
c0e3b9ddd6
@ -12,7 +12,9 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# Copyright The Android Open Source Project
|
#
|
||||||
|
|
||||||
|
ifneq ($(BUILD_TINY_ANDROID), true)
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
@ -35,3 +37,5 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_MODULE := bionic-unit-tests-glibc
|
LOCAL_MODULE := bionic-unit-tests-glibc
|
||||||
LOCAL_SRC_FILES := $(test_src_files)
|
LOCAL_SRC_FILES := $(test_src_files)
|
||||||
include $(BUILD_HOST_NATIVE_TEST)
|
include $(BUILD_HOST_NATIVE_TEST)
|
||||||
|
|
||||||
|
endif # !BUILD_TINY_ANDROID
|
||||||
|
Loading…
Reference in New Issue
Block a user