1*0e209d39SAndroid Build Coastguard Worker#!/bin/sh 2*0e209d39SAndroid Build Coastguard Worker# Copyright (C) 2016 and later: Unicode, Inc. and others. 3*0e209d39SAndroid Build Coastguard Worker# License & terms of use: http://www.unicode.org/copyright.html 4*0e209d39SAndroid Build Coastguard Worker# /* Copyright (C) 2011-2012 IBM Corporation and Others. All Rights Reserved */ 5*0e209d39SAndroid Build Coastguard Workericc -o iculd iculd.c 6*0e209d39SAndroid Build Coastguard Workericc -o cxxfilt cxxfilt.cpp 7*0e209d39SAndroid Build Coastguard Worker 8*0e209d39SAndroid Build Coastguard Worker 9