Merge "PDK fix. Remove conditional that stops component from being in PDK." am: 4578bf1f96
am: 212f32d7d1
Change-Id: Ibdff632204ae04da89cd9d1f43474bc5a52be784
This commit is contained in:
commit
a8653af161
|
@ -12,7 +12,6 @@
|
||||||
# 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.
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD_PDK),true)
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
# the hat script
|
# the hat script
|
||||||
|
@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
# Apicheck is now part of Doclava -- See external/doclava.
|
# Apicheck is now part of Doclava -- See external/doclava.
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue