diff options
author | 2016-07-25 17:13:45 -0700 | |
---|---|---|
committer | 2016-08-01 18:11:42 -0700 | |
commit | e05dc6d59c3be6ac42bdc7f415a7ea80a3ed1e18 (patch) | |
tree | 38888f50cc1f736e8d154d7ca692383a4bcd6377 /opengl/libs/Android.mk | |
parent | de4883bab707e2699350d561c5e6382d0bad34ba (diff) |
Start converting Android.mk to Android.bp
See build/soong/README.md for more information.
Change-Id: Ifbe9b0072a63b4467c72b3a52148a606e5365f78
Diffstat (limited to 'opengl/libs/Android.mk')
-rw-r--r-- | opengl/libs/Android.mk | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk index 5074fd085c..dfe0facb49 100644 --- a/opengl/libs/Android.mk +++ b/opengl/libs/Android.mk @@ -147,33 +147,4 @@ LOCAL_LDFLAGS_arm += -Wl,--hash-style,both include $(BUILD_SHARED_LIBRARY) -############################################################################### -# Build the ETC1 host static library -# - -include $(CLEAR_VARS) - -LOCAL_SRC_FILES:= \ - ETC1/etc1.cpp \ -# - -LOCAL_MODULE:= libETC1 -LOCAL_MODULE_HOST_OS := darwin linux windows - -include $(BUILD_HOST_STATIC_LIBRARY) - -############################################################################### -# Build the ETC1 device library -# - -include $(CLEAR_VARS) - -LOCAL_SRC_FILES:= \ - ETC1/etc1.cpp \ -# - -LOCAL_MODULE:= libETC1 - -include $(BUILD_SHARED_LIBRARY) - include $(call all-makefiles-under,$(LOCAL_PATH)) |