Merge "PDK fix. Remove conditional that stops component from being in PDK."

am: 4578bf1f96

Change-Id: Ib8c2c24a94ad96d182d547274fd9eaaf2f89fd7b
This commit is contained in:
Daniel Cardenas 2017-11-06 21:56:52 +00:00 committed by android-build-merger
commit 212f32d7d1
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ifneq ($(TARGET_BUILD_PDK),true)
LOCAL_PATH := $(call my-dir)
# the hat script
@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava
include $(BUILD_PREBUILT)
# Apicheck is now part of Doclava -- See external/doclava.
endif